Added LocalCharacter, removed entityIndex

This commit is contained in:
Kayne Ruse
2014-12-19 19:44:34 +11:00
parent 07af05712b
commit 2ae2c48819
10 changed files with 104 additions and 31 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public:
BaseMonster() = default;
virtual ~BaseMonster() = default;
private:
protected:
//
};