Class VehiclePushedEventArgs
Inherited Members
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehiclePushedEventArgs : EventArgs
  Constructors
| Edit this page View SourceVehiclePushedEventArgs(Player)
Declaration
public VehiclePushedEventArgs(Player pusher)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Player | pusher | 
Properties
| Edit this page View SourcePusher
Declaration
public Player Pusher { get; }
  Property Value
| Type | Description | 
|---|---|
| Player |