Beispiel #1
0
 // Start is called before the first frame update
 void Start()
 {
     c_data            = new PauseControllerData();
     c_data.b_isPaused = false;
     InitializeClient();
 }
Beispiel #2
0
 public PauseMessageClient(ref PauseControllerData dataIn)
 {
     this.c_data = dataIn;
 }