evennia/game/gamesrc/parents/base
2009-10-15 09:43:34 +00:00
..
__init__.py Splitting the scripted parent system out into the gamesrc directory. There will be more explanation of this later. 2008-12-15 05:55:04 +00:00
basicobject.py Some cleanup. Fixed all examples to match the changes in the states and help systems, also 2009-10-15 09:43:34 +00:00
basicplayer.py Some cleanup. Fixed all examples to match the changes in the states and help systems, also 2009-10-15 09:43:34 +00:00
README Finish cleaning up the script stuff. Added a README to the base parents directory warning not to modify the classes there. 2008-12-15 05:58:32 +00:00

Do not modify files in this directory! They are base classes from which other
things may be sub-classed. Modifying these classes may cause conflicts the
next time you upgrade manually or through subversion.

Instead, sub-class the classes contained here and point the default parent
imports in settings.py to your new classes.