C# Class Pluton.Rust.Events.PlayerClothingEvent

Inheritance: Core.Event
Show file Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
Item InvItem
Player Core.Player

Public Methods

Method Description
PlayerClothingEvent ( PlayerInventory playerInventory, Core.Item item ) : Core

Method Details

PlayerClothingEvent() public method

public PlayerClothingEvent ( PlayerInventory playerInventory, Core.Item item ) : Core
playerInventory PlayerInventory
item Core.Item
return Core

Property Details

Item public property

public InvItem Item
return InvItem

Player public property

public Player,Core Player
return Core.Player