ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
ngl::room_index Struct Reference

房间索引,按玩法类型维护房间状态和就绪列表 More...

#include <actor_example_match.h>

Public Types

enum  eroom_stat { eroom_matching , eroom_ready }

Public Attributes

int32_t m_index = 0
std::map< int32_t, eroom_stat > m_roomlist
std::list< int32_t > m_readyroomlist

Detailed Description

房间索引,按玩法类型维护房间状态和就绪列表


The documentation for this struct was generated from the following file: