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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ItemConditionEvent ( Core.Item item, float amount ) : Core

메소드 상세

ItemConditionEvent() 공개 메소드

public ItemConditionEvent ( Core.Item item, float amount ) : Core
item Core.Item
amount float
리턴 Core

프로퍼티 상세

Amount 공개적으로 프로퍼티

public float Amount
리턴 float

Item 공개적으로 프로퍼티

public InvItem Item
리턴 InvItem

Player 공개적으로 프로퍼티

public Player,Core Player
리턴 Core.Player