Mercurial > parpg-core
view src/parpg/bGrease/controller/__init__.py @ 99:c045f97b7dbc
Renamed container to wearer in the equipable component.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 17:37:30 +0200 |
parents | 0f659c7675f6 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement