增加pawn名字

This commit is contained in:
Huoji's
2023-10-02 05:03:37 +08:00
parent 1bae80e38d
commit 7d24c5a405
16 changed files with 167 additions and 127 deletions

View File

@@ -2,4 +2,5 @@
#include "pch.h"
namespace global {
extern bool Exit;
extern int MaxPlayers;
}