mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Finish cleaning up the script stuff. Added a README to the base parents directory warning not to modify the classes there.
This commit is contained in:
parent
122bf4e3ff
commit
f0f31a9a69
5 changed files with 6 additions and 0 deletions
6
game/gamesrc/parents/base/README
Normal file
6
game/gamesrc/parents/base/README
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue