Mercurial > parpg-source
view components/__init__.py @ 73:5c751b9a3d8b
The addObject method of the GameState class now accepts an object_id parameter, instead of it getting that value from the object.
author | KarstenBock@gmx.net |
---|---|
date | Thu, 22 Sep 2011 14:29:28 +0200 |
parents | 1a450a764817 |
children | a9cc5559ec2a |
line wrap: on
line source
from CharacterStatistics import CharacterStatistics from containable import Containable from container import Container from description import Description from dialogue import Dialogue from fifeagent import FifeAgent from lockable import Lockable from usable import Usable from change_map import ChangeMap from equipable import Equipable from equip import Equip