public override void OnPlayerLeftRoom(Player otherPlayer) { OnGiveUp?.Invoke(); }
public void OtherSideGaveUp() { OnGiveUp?.Invoke(); }