예제 #1
0
 public void AddCollectable()
 {
     theWinManager.AddCollectable();
     theUIManager.PlayerCollected(theWinManager.GetCollectables(), theWinManager.maxCollectables);
 }