GASATHON/Project/Source/Gasa/Game/GasaPlayerState.cpp

8 lines
119 B
C++
Raw Normal View History

2024-04-13 07:19:45 -07:00
#include "GasaPlayerState.h"
AGasaPlayerState::AGasaPlayerState()
{
// Replication
NetUpdateFrequency = 100.f;
}