Beispiel #1
0
 public bool AreColliding(IGameObject first, IGameObject second)
 {
     return(CurrentLevel.AreColliding(first, second));
 }