Ejemplo n.º 1
0
 void Start()
 {
     EventManager.AddBallDecrementInvoker(this);
     EventManager.AddBallSpawnListener(Spawn);
 }