]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Trigger.h
removed stupid file headers that eclipse put in
[l2e.git] / src / map / Trigger.h
index eb174607d00e76a04c4cd8b68201f3da1ff097c9..78248589ee34fa226086840dd3702ca84614327e 100644 (file)
@@ -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() { }