This commit is contained in:
MarcEricMartel 2023-06-10 14:38:47 -04:00
parent 0137bbfd31
commit 754ad355e6

View File

@ -118,14 +118,13 @@ public partial class start_game_menu : Control {
private void startGame(_gameType type) {
switch (type) {
case _gameType.SINGLE:
break;
case _gameType.LOCAL:
break;
case _gameType.LAN:
break;
default: return;
}