net_game场景的playerData变量改为全局PLY_NET

This commit is contained in:
MrZ626
2021-04-03 00:47:23 +08:00
parent 2f2e4f389f
commit 7286d4ffe0
4 changed files with 27 additions and 25 deletions

View File

@@ -144,6 +144,7 @@ end
--Game tables
PLAYERS={}--Players data
PLY_ALIVE={}
PLY_NET={}
FIELD={}--Field(s) for custom game
BAG={}--Sequence for custom game
MISSION={}--Clearing mission for custom game