local RoleSystemLogic = require("roleSystem.RoleSystemLogic") local RoleRealmLogic = require("roleSystem.RoleRealmLogic") function CG_ROLESYSTEM_QUERY(human, msg) end function CG_ROLESYSTEM_TOUCH(human, msg) RoleSystemLogic.touch(human, msg.id) end function CG_ROLESYSTEM_OPEN(human, msg) RoleSystemLogic.open(human, msg.id) end function CG_ROLE_REALM_QUERY(human, msg) RoleRealmLogic.query(human) end function CG_ROLE_REALM_UPGRADE(human, msg) RoleRealmLogic.realmUpgrade(human) end