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

7 lines
77 B
C++
Raw Normal View History

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