AdvancedLogParser.Server.Server C# (CSharp) Method

Server() public method

public Server ( ) : System
return System
        public Server()
        {
            RecentCharacters = new List<Character>();
            RecentPlayers = new List<Player>();
            RecentDMs = new List<Player>();
        }
        public uint ServerId;
Server