Mercurial > parpg-core
view src/parpg/bGrease/controller/__init__.py @ 109:bb0e09112a1f
take_stuff and give_stuff in dialogues work again.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 23 Sep 2011 13:35:44 +0200 |
parents | 0f659c7675f6 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement