AcManager.Tools.Managers.Online.ServerEntry.ServerEntry C# (CSharp) Method

ServerEntry() public method

public ServerEntry ( IOnlineManager manager, string id, bool enabled ) : System
manager IOnlineManager
id string
enabled bool
return System
        public ServerEntry(IOnlineManager manager, string id, bool enabled) : base(manager, id, enabled) {
            IsUnavailable = true;
        }

Same methods

ServerEntry::ServerEntry ( IOnlineManager manager, [ information, bool forceIsLan = null ) : System