Class OnEnterEventArgs
Inherited Members
Namespace: Slipe.Client.Vehicles.Events
Assembly: SlipeClient.dll
Syntax
public class OnEnterEventArgs
Properties
| Improve this Doc View SourcePlayer
The player
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Seat
The seat
Declaration
public Seat Seat { get; }
Property Value
Type | Description |
---|---|
Seat |