Mercurial > parpg-core
view src/parpg/components/__init__.py @ 73:58661f5b2f6b
Removed layer as attribute of BaseBehaviour and added it as a parameter to the attachToLayer method.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 07 Sep 2011 13:54:02 +0200 |
parents | 2265d69ba57c |
children | b764229a0fad |
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