Exemple #1
0
        public int res_server_msg(uint msg_id, Bit_Buffer buffer)
        {
            Msg_Struct msg = Struct_Manager.instance.get_recv_msg_struct((int)msg_id);

            if (msg == null)
            {
                return(0);
            }
            player_log(msg.print_msg(buffer));
            return(0);
        }