summaryrefslogtreecommitdiff
path: root/src/game-server/component.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-03-19 22:09:25 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-03-25 20:32:36 +0100
commit7aeb3b4a6c34a8f679719c207e51394d7e48828b (patch)
treec92af607288f041944f7a876e3a9478b35ba6499 /src/game-server/component.h
parent7aee56f062989c8901322a09b2da40bb028eb222 (diff)
downloadmanaserv-7aeb3b4a6c34a8f679719c207e51394d7e48828b.tar.gz
manaserv-7aeb3b4a6c34a8f679719c207e51394d7e48828b.tar.bz2
manaserv-7aeb3b4a6c34a8f679719c207e51394d7e48828b.tar.xz
manaserv-7aeb3b4a6c34a8f679719c207e51394d7e48828b.zip
Changed Effect to a component of Actor
Reviewed-by: Yohann Ferreira
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 fd477b90..90dda5a5 100644
--- a/src/game-server/component.h
+++ b/src/game-server/component.h
@@ -25,6 +25,7 @@ class Entity;
enum ComponentType
{
+ CT_Effect,
CT_TriggerArea,
CT_SpawnArea,
CT_Item,