コード例 #1
0
 private void HandleBulletPlayerCollision(Collidable with)
 {
     Console.WriteLine("Bullet collided with {0}", with.ToString());
 }
コード例 #2
0
 private void HandlePlayerBulletCollision(Collidable with)
 {
     Console.WriteLine("Player collided with {0}.", with.ToString());
 }