From 948bce5dd9c2db0002799f0d280a6eb276b43ed1 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Thu, 19 Dec 2024 23:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=AF=B9=E8=B1=A1=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sqr/User/_ENUM/global_object.nut | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sqr/User/_ENUM/global_object.nut diff --git a/sqr/User/_ENUM/global_object.nut b/sqr/User/_ENUM/global_object.nut new file mode 100644 index 0000000..78100e0 --- /dev/null +++ b/sqr/User/_ENUM/global_object.nut @@ -0,0 +1,9 @@ +/* +文件名:global_object.nut +路径:User/_ENUM/global_object.nut +创建日期:2024-12-18 19:03 +文件用途:全局对象 +*/ + +//客户端角色对象 +ClientCharacter <- null; \ No newline at end of file