view src/parpg/components/__init__.py @ 79:62cff91a19cb

Modifications to make the player agent move around by clicking with the mouse.
author KarstenBock@gmx.net
date Thu, 08 Sep 2011 18:23:06 +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