| 1234567891011121314151617181920212223242526272829303132 |
- namespace ET
- {
- public class HttpGMComponent : Entity, IAwake, IDestroy
- {
- public H2N_AddSystemNotice H2N_AddSystemNotice = new H2N_AddSystemNotice();
- public H2N_RemoveSystemNotice H2N_RemoveSystemNotice = new H2N_RemoveSystemNotice();
- public H2Mail_AddMail H2Mail_AddMail = new H2Mail_AddMail();
- public H2Mail_RemoveMail H2Mail_RemoveMail = new H2Mail_RemoveMail();
- public H2M_GetOnlineCount H2M_GetOnlineCount = new H2M_GetOnlineCount();
- public H2A_GetRoleInfo H2A_GetRoleInfo = new H2A_GetRoleInfo();
- public H2A_SetLoginStatus H2A_SetLoginStatus = new H2A_SetLoginStatus();
- public H2Other_ReloadHotfixDll H2Other_ReloadHotfixDll = new H2Other_ReloadHotfixDll();
- public H2Other_ReloadSqliteConfig H2Other_ReloadSqliteConfig = new H2Other_ReloadSqliteConfig();
- public H2Other_ReloadStartConfig H2Other_ReloadStartConfig = new H2Other_ReloadStartConfig();
- public H2Other_ReloadHotfixWords H2Other_ReloadHotfixWords = new H2Other_ReloadHotfixWords();
-
- public H2G_KickAllPlayers H2G_KickAllPlayers = new H2G_KickAllPlayers();
- public H2A_IpBan H2A_IpBan = new H2A_IpBan();
- public H2A_AccountBan H2A_AccountBan = new H2A_AccountBan();
- public H2A_AccountWhite H2A_AccountWhite = new H2A_AccountWhite();
- public H2A_OpenServerType H2A_OpenServerType = new H2A_OpenServerType();
- public C2S_GetLeagueInfo H2S_GetLeagueInfo = new C2S_GetLeagueInfo();
- public H2A_AccountWh H2A_AccountWh = new H2A_AccountWh();
- }
- }
|