X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTrigger.h;h=78248589ee34fa226086840dd3702ca84614327e;hb=6dff93b1a6e9b727dbe26747456f4b23efca86da;hp=eb174607d00e76a04c4cd8b68201f3da1ff097c9;hpb=7c43158af1abf38fa896a442cb3c6d8a5bc630e7;p=l2e.git diff --git a/src/map/Trigger.h b/src/map/Trigger.h index eb17460..7824858 100644 --- a/src/map/Trigger.h +++ b/src/map/Trigger.h @@ -1,10 +1,3 @@ -/* - * Trigger.h - * - * Created on: Oct 3, 2012 - * Author: holy - */ - #ifndef MAP_TRIGGER_H_ #define MAP_TRIGGER_H_ @@ -17,6 +10,9 @@ namespace map { class Trigger { +public: + static const int TYPE_ID = 604; + public: Trigger(); ~Trigger() { }