]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Hero.h
switched to static type IDs
[l2e.git] / src / common / Hero.h
index caa8f4dba2a5e71c1074c0be28021c6f1a3d3aea..ca4651c947d66003583879145d4b44b4c304b9c7 100644 (file)
@@ -19,6 +19,9 @@ namespace common {
 
 class Hero {
 
+public:
+       static const int TYPE_ID = 301;
+
 public:
        Hero();
        ~Hero() { }