Example #1
0
 public void ActivateGraphics()
 {
     Debug.LogError("Player ActivateGraphics");
     playerCollider.enabled = true;
     graphics.EnableAfterBlink();
     SetUIState(true);
 }