]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Item.h
changed Frame implementation
[l2e.git] / src / common / Item.h
index eb60891636e9cb22acd87d5867b372d17afc0db8..279235572768662e820ea60b3fd15533f31a099a 100644 (file)
@@ -19,6 +19,9 @@ namespace common {
 
 class Item {
 
+public:
+       static const int TYPE_ID = 303;
+
 public:
        Item();