Beispiel #1
0
 public void UpdateGridObject()
 {
     if (gridObject != null)
     {
         gridObject.UpdateObjectPosition();
     }
 }