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