ArkaliaCore.Game.Game.Chat.Channels.Channel.Channel C# (CSharp) Method

Channel() public method

public Channel ( ) : System
return System
        public Channel()
        {
            this._channelBuffer = new Utilities.FileBuffer("Logs/Channels/channel_" + Name.ToLower() + "_at_" + Utilities.Logger.GetFormattedDate + ".txt");
            this.OnInitialize();
        }