Esempio n. 1
0
    public uint GetTeleportChanelId(uint teleportId)
    {
        Teleport teleport = m_Config.TeleportsByKey(teleportId).Value;
        Chanel   chanel   = teleport.ChanelList(0).Value;

        return(chanel.Id);
    }