Mercurial > parpg-core
view src/parpg/components/__init__.py @ 89:b5619032c521
Added item_type attribute to the containable component.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 15:05:12 +0200 |
parents | b764229a0fad |
children | 0319dcc47603 |
line wrap: on
line source
from Behavior import Behavior 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