static WorldChat() { CMOptions = new WorldChatOptions(); ChannelTypes = typeof(WorldChatChannel).GetConstructableChildren(); _Channels = new List <WorldChatChannel>(); _PermaChannels = new WorldChatChannel[] { // new GlobalChatChannel { Token = "w", Available = true, AutoJoin = true }, new FacetChatChannel { Token = "f", Available = true, AutoJoin = true }, new TradeChatChannel { Token = "t", Available = true, AutoJoin = true }, new LocalChatChannel { Token = "l", Available = true, AutoJoin = true } }; }
static WorldChat() { CMOptions = new WorldChatOptions(); ChannelTypes = typeof(WorldChatChannel).GetConstructableChildren(); _Channels = new List<WorldChatChannel>(); _PermaChannels = new WorldChatChannel[] { // new GlobalChatChannel { Token = "w", Available = true, AutoJoin = true }, new FacetChatChannel { Token = "f", Available = true, AutoJoin = true }, new TradeChatChannel { Token = "t", Available = true, AutoJoin = true }, new LocalChatChannel { Token = "l", Available = true, AutoJoin = true } }; }