public override void OpponentLeft() { if (!_gameEnded) { base.OpponentLeft(); return; } _defeatScreen.DisableRematch(); }