]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/TargetingMode.h
removed useless comments
[l2e.git] / src / common / TargetingMode.h
index ef2969888ec23c58ec405cbe82bcf46b056b436c..1800d2bb958ab7f21821094b7a3a0986dcb0c73c 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TargetingMode.h
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_TARGETINGMODE_H_
 #define COMMON_TARGETINGMODE_H_
 
@@ -14,6 +7,9 @@ namespace common {
 
 class TargetingMode {
 
+public:
+       static const int TYPE_ID = 306;
+
 public:
        TargetingMode() : mode(0), ally(true) { }
 
@@ -46,4 +42,4 @@ private:
 
 }
 
-#endif /* COMMON_TARGETINGMODE_H_ */
+#endif