示例#1
0
 public void SendRematch(bool isRematching)
 {
     _enemy.ResetForRematch();
     _room.Rematch(isRematching);
 }