]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.h
added type description of Monster
[l2e.git] / src / battle / Monster.h
index c12567257e01a33e69d45acbb0f451c18db4609e..c5c75caa1ad2d5bd83f4db0d52ed27a81a3d4555 100644 (file)
@@ -84,6 +84,8 @@ public:
        AttackChoice &GetAttackChoice() { return attackChoice; }
        const AttackChoice &GetAttackChoice() const { return attackChoice; }
 
+       static void CreateTypeDescription();
+
 private:
        const char *name;
        graphics::Sprite *sprite;