8 lines
119 B
C++
8 lines
119 B
C++
#include "GasaPlayerState.h"
|
|
|
|
AGasaPlayerState::AGasaPlayerState()
|
|
{
|
|
// Replication
|
|
NetUpdateFrequency = 100.f;
|
|
}
|