X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FHero.h;fp=src%2Fcommon%2FHero.h;h=ca4651c947d66003583879145d4b44b4c304b9c7;hb=1907ca03c5e865c4d398170042aa384c67ffff29;hp=caa8f4dba2a5e71c1074c0be28021c6f1a3d3aea;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/common/Hero.h b/src/common/Hero.h index caa8f4d..ca4651c 100644 --- a/src/common/Hero.h +++ b/src/common/Hero.h @@ -19,6 +19,9 @@ namespace common { class Hero { +public: + static const int TYPE_ID = 301; + public: Hero(); ~Hero() { }