C# 클래스 Pluton.Rust.Events.PlayerClothingEvent

상속: Core.Event
파일 보기 프로젝트 열기: Notulp/Pluton.Rust

공개 프로퍼티들

프로퍼티 타입 설명
Item InvItem
Player Core.Player

공개 메소드들

메소드 설명
PlayerClothingEvent ( PlayerInventory playerInventory, Core.Item item ) : Core

메소드 상세

PlayerClothingEvent() 공개 메소드

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

프로퍼티 상세

Item 공개적으로 프로퍼티

public InvItem Item
리턴 InvItem

Player 공개적으로 프로퍼티

public Player,Core Player
리턴 Core.Player