Class OnLogoutEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnLogoutEventArgs
Properties
| Improve this Doc View SourceNewAccount
The new account the player has signed in to
Declaration
public Account NewAccount { get; }
Property Value
Type | Description |
---|---|
Account |
PreviousAccount
The previous account the player was signed in with
Declaration
public Account PreviousAccount { get; }
Property Value
Type | Description |
---|---|
Account |