You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- -- 模块宏
- local ModuleName = {
-
- --[[
- * 测试用
- * <pre>
- * 协议测试.
- * 数据测试.
- * </pre>
- --]]
- TEST = 0;
-
- --[[
- * 基础模块
- * <pre>
- * 心跳.
- * </pre>
- --]]
- BASE = 1;
-
-
- --[[
- * 用户模块
- --]]
- USER = 99;
-
- }
- return ModuleName;
|