Show / Hide Table of Contents

Class OnEnterEventArgs

Inheritance
Object
OnEnterEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Vehicles.Events
Assembly: SlipeClient.dll
Syntax
public class OnEnterEventArgs

Properties

| Improve this Doc View Source

Player

The player

Declaration
public Player Player { get; }
Property Value
Type Description
Player
| Improve this Doc View Source

Seat

The seat

Declaration
public Seat Seat { get; }
Property Value
Type Description
Seat
  • Improve this Doc
  • View Source
Back to top Generated by DocFX