Esempio n. 1
0
 public void StartRecord(PlayerTrace t)
 {
     trace       = t;
     isRecording = true;
     _controller = GetComponent <PlayerControl>();
 }
 private void Start()
 {
     player    = GetComponent <PlayerControl>();
     currSpeed = 0f;
 }