EventServerShutdown
Interface EventServerShutdown
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "server_shutdown" server shut down
public interface EventServerShutdown : IGameEvent<EventServerShutdown>Implements
Properties
Reason
reason why server was shut down
type: string
string Reason { get; set; }Property Value