Mercurial > parpg-core
diff src/parpg/components/__init__.py @ 116:9b5498e3bda0
Move the identifier field from the FifeAgent component to the new General component.
Added General Entity.
author | KarstenBock@gmx.net |
---|---|
date | Sat, 24 Sep 2011 15:48:24 +0200 |
parents | 137045aa4d73 |
children | b10de0310771 |
line wrap: on
line diff
--- a/src/parpg/components/__init__.py Fri Sep 23 15:09:02 2011 +0200 +++ b/src/parpg/components/__init__.py Sat Sep 24 15:48:24 2011 +0200 @@ -8,4 +8,5 @@ from usable import Usable from change_map import ChangeMap from equipable import Equipable -from equip import Equip \ No newline at end of file +from equip import Equip +from general import General \ No newline at end of file