init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// © 2025 Naked People Team. All Rights Reserved.
|
||||
|
||||
|
||||
#include "Utils.h"
|
||||
|
||||
#include "Constants.h"
|
||||
|
||||
FString UUtils::GetSlotName()
|
||||
{
|
||||
return SLOT_NAME;
|
||||
}
|
||||
|
||||
int UUtils::GetSlotPlayer()
|
||||
{
|
||||
return SLOT_PLAYER;
|
||||
}
|
||||
Reference in New Issue
Block a user