Cakewalk.Server.Zones.Zone.Zone C# (CSharp) Метод

Zone() публичный Метод

Create a new zone
public Zone ( int id ) : System.Collections.Generic
id int
Результат System.Collections.Generic
        public Zone(int id)
        {
            ID = id;
            m_entities = new Dictionary<int, ServerEntity>();
        }