示例#1
0
 private bool CheckFinish(Player player)
 {
     return(finishObject.CheckCollision(player));
 }