]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/TargetingMode.h
switched to static type IDs
[l2e.git] / src / common / TargetingMode.h
index ef2969888ec23c58ec405cbe82bcf46b056b436c..f6f9e53f3947709f048c88f09b6340224cfe383d 100644 (file)
@@ -14,6 +14,9 @@ namespace common {
 
 class TargetingMode {
 
+public:
+       static const int TYPE_ID = 306;
+
 public:
        TargetingMode() : mode(0), ally(true) { }