feat: 重构多人游戏界面和代码,使用文件存储游戏配置,重构底层代码

This commit is contained in:
ZZY
2024-11-06 22:13:03 +08:00
parent d323a0bee7
commit d6cbb5e11d
30 changed files with 715 additions and 262 deletions

View File

@ -1,5 +1,3 @@
using System;
using System.Threading;
using Godot;
using Godot.Collections;
@ -125,7 +123,7 @@ public partial class RPClientEDWS : RPClientBaseEDWS {
};
}
public void ClearRPCClientFunc() {
public static void ClearRPCClientFunc() {
}
@ -133,7 +131,7 @@ public partial class RPClientEDWS : RPClientBaseEDWS {
return GetIsConnected() && userId != null;
}
public void ConnectServer(string url) {
public static void ConnectServer(string url) {
}