chore: 修改了一些可能导致游戏崩溃的问题

This commit is contained in:
2026-05-18 09:51:28 +08:00
parent ae684f1c8f
commit 92c5e16f92
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -39,3 +39,7 @@ func add_player(id: int) -> void:
func remove_player(id: int) -> void:
pass
func start_game() -> void:
pass