mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 12:47:54 +00:00
More lua work - more mob implementation
This commit is contained in:
@@ -24,6 +24,7 @@ public:
|
||||
Lua_Entity(Entity *d) : d_(d) { }
|
||||
virtual ~Lua_Entity() { }
|
||||
|
||||
bool NullPtr();
|
||||
bool IsClient();
|
||||
bool IsNPC();
|
||||
bool IsMob();
|
||||
|
||||
Reference in New Issue
Block a user