Ejemplo n.º 1
0
 void GameManager_OnStickStartGrow()
 {
     if (IsActive)
     {
         StickController.StartGrow();
         Debug.Log("StartGrow");
     }
 }