コード例 #1
0
    public void removePushMsgEventListener(LobbyProtocol pID)
    {
        System.Object route;

        if (ROUTE_MAP.TryGetValue("P" + (int)pID, out route))
        {
            _connection.removeEventListeners(route.ToString());
        }
    }