matchmaking OK

This commit is contained in:
LuckyLaszlo
2022-11-21 21:04:41 +01:00
parent add08c216f
commit 04203f4f9d
4 changed files with 52 additions and 51 deletions

View File

@@ -48,6 +48,7 @@ class EventMatchEnd extends ServerEvent {
winner: en.PlayerSide;
constructor(winner: en.PlayerSide) {
super(en.EventTypes.matchEnd);
this.winner = winner;
}
}