Beispiel #1
0
 public void NewShape()
 {
     if (objectSpawner != null)
     {
         objectSpawner.IncreaseNumberOfShapes();
     }
 }