Usable multiplayer

This commit is contained in:
2024-08-05 19:08:28 +08:00
parent c5387d7784
commit 3788e640a9
7 changed files with 189 additions and 43 deletions

View File

@ -55,7 +55,7 @@ public partial class MultiplayerUi : Control
if (result)
Hide();
};
StartAsServerButton.Pressed += () =>
StartAsClientButton.Pressed += () =>
{
if (!DoValidation())
{