[Quest API] Convert Client GetLastName() method export to Mob export. (#1331)

This commit is contained in:
Alex
2021-04-22 23:41:19 -04:00
committed by GitHub
parent 324d48aa90
commit 0f23bd24cc
6 changed files with 27 additions and 27 deletions
+1
View File
@@ -110,6 +110,7 @@ public:
int GetClass();
int GetLevel();
const char *GetCleanName();
const char *GetLastName();
Lua_Mob GetTarget();
void SetTarget(Lua_Mob t);
double GetHPRatio();