C# Class Pluton.Rust.Events.PlayerClothingEvent

Inheritance: Core.Event
ファイルを表示 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_oe property

public InvItem Item
return InvItem

Player public_oe property

public Player,Core Player
return Core.Player