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

7 lines
77 B
C++
Raw Normal View History

2024-10-22 14:32:37 -07:00
#include "CombatInterface.h"
int32 ICombat::GetPlayerLevel()
{
return 0;
}