Class OnSettingChangeEventArgs
Inherited Members
Namespace: Slipe.Server.Game.Events
Assembly: SlipeServer.dll
Syntax
public class OnSettingChangeEventArgs
Properties
| Improve this Doc View SourceNewValue
The new value of this setting
Declaration
public string NewValue { get; }
Property Value
Type | Description |
---|---|
String |
OldValue
The old value of this setting
Declaration
public string OldValue { get; }
Property Value
Type | Description |
---|---|
String |
Setting
The name of the setting that changed
Declaration
public string Setting { get; }
Property Value
Type | Description |
---|---|
String |