private void HandleBulletPlayerCollision(Collidable with) { Console.WriteLine("Bullet collided with {0}", with.ToString()); }
private void HandlePlayerBulletCollision(Collidable with) { Console.WriteLine("Player collided with {0}.", with.ToString()); }