Class OnNetworkInteruptionEventArgs
Inherited Members
Namespace: Slipe.Client.Game.Events
Assembly: SlipeClient.dll
Syntax
public class OnNetworkInteruptionEventArgs
Properties
| Improve this Doc View SourceStatus
The status of the interuption
Declaration
public NetworkInteruptionStatus Status { get; }
Property Value
Type | Description |
---|---|
NetworkInteruptionStatus |
Ticks
Ticks since the start of the interuption
Declaration
public int Ticks { get; }
Property Value
Type | Description |
---|---|
Int32 |