GASATHON/Project/Source/Gasa/Interfaces/CombatInterface.cpp

7 lines
77 B
C++

#include "CombatInterface.h"
int32 ICombat::GetPlayerLevel()
{
return 0;
}