]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.h
removed stupid file headers that eclipse put in
[l2e.git] / src / battle / Monster.h
index f1073f2c8bb0e0261f1021320641c73f3f5d41b0..8d68085642ec9fce454b5fe56cd2cfd97901c017 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Monster.h
- *
- *  Created on: Aug 3, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_MONSTER_H_
 #define BATTLE_MONSTER_H_
 
@@ -21,6 +14,9 @@ namespace battle {
 
 class Monster {
 
+public:
+       static const int TYPE_ID = 202;
+
 public:
        Monster();
        ~Monster();