Пример #1
0
        private void EnterGameoCallBack(Role role, byte[] content)
        {
            RoleOperation_EnterGameProto proto = RoleOperation_EnterGameProto.ToProto(content);

            role.CurRoleId = proto.RoleID;
            EnterGameoReturn(role);
            SelectRoleInfoReturn(role);
            SelectSkillReturn(role);
        }