예제 #1
0
 public void CheckCollisionWithArenaObjects(Dictionary <byte, ArenaObject> objects)
 {
     Ball.CheckCollisionWithArenaObjects(objects);
 }