7 lines
77 B
C++
7 lines
77 B
C++
#include "CombatInterface.h"
|
|
|
|
int32 ICombat::GetPlayerLevel()
|
|
{
|
|
return 0;
|
|
}
|