]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.h
added constructors for described types
[l2e.git] / src / battle / Monster.h
index c5c75caa1ad2d5bd83f4db0d52ed27a81a3d4555..db37dfebe0d0bb00873309387168f5b80a408399 100644 (file)
@@ -85,6 +85,7 @@ public:
        const AttackChoice &GetAttackChoice() const { return attackChoice; }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        const char *name;