DOF/sqr/User/_ENUM/global_object.nut

11 lines
236 B
Plaintext
Raw Normal View History

2024-12-19 23:55:07 +08:00
/*
文件名:global_object.nut
路径:User/_ENUM/global_object.nut
创建日期:2024-12-18 19:03
文件用途:全局对象
*/
//客户端角色对象
2025-01-11 23:58:10 +08:00
ClientCharacter <- null;
//客户端角色的背包
ClientCharacterInventory <- null;