Britbot
Britbot.ZoneConfigs.ZoneConfigs ( int  capacity) [inline]

Definition at line 14 of file ZoneConfigs.cs.

        {
            this.Capacity = capacity;
            this.Groups = new List<int>();
        }