summaryrefslogtreecommitdiffstats
path: root/src/game-server/component.h
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-04-03 14:32:57 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-04-03 21:52:03 +0200
commit4b57962ee4c10e48956c2888199605bebdb17b8f (patch)
tree261b141a1ad61a64e93a7b99a8c68debfb48d055 /src/game-server/component.h
parent4a8080dcf73dab2b6e62b8500fec3bb996bcbf17 (diff)
downloadmanaserv-4b57962ee4c10e48956c2888199605bebdb17b8f.tar.gz
manaserv-4b57962ee4c10e48956c2888199605bebdb17b8f.tar.xz
manaserv-4b57962ee4c10e48956c2888199605bebdb17b8f.zip
Moved the Monster class to a Component
Things done: - Allowed to create new Attributes outside of the protected scope of Being - Moved Monster to MonsterComponent - Some minor cleanup in the Attribute setting code of monsters
Diffstat (limited to 'src/game-server/component.h')
-rw-r--r--src/game-server/component.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/component.h b/src/game-server/component.h
index 47e9dd0..974cad0 100644
--- a/src/game-server/component.h
+++ b/src/game-server/component.h
@@ -28,6 +28,7 @@ enum ComponentType
CT_Effect,
CT_Fighting,
CT_Item,
+ CT_Monster,
CT_Npc,
CT_SpawnArea,
CT_TriggerArea,