Show / Hide Table of Contents

Class OnUseEventArgs

Inheritance
Object
OnUseEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Pickups.Events
Assembly: SlipeServer.dll
Syntax
public class OnUseEventArgs

Properties

| Improve this Doc View Source

Player

The player that is using the pickup

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