Exemplo n.º 1
0
 public void SetGhostCanvasScore(Vector2 position, int score)
 {
     ShowGhostScore(position, score);
     StartCoroutine(UnityUtils.DelayedAction(2, () => HideGhostScore()));
 }