Ejemplo n.º 1
0
 private bool CheckFinish(Player player)
 {
     return(finishObject.CheckCollision(player));
 }