C# 클래스 Pluton.Events.PlayerTakeRadsEvent

상속: CountedInstance
파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Current float
Next float
RadAmount float
Victim Player

공개 메소드들

메소드 설명
PlayerTakeRadsEvent ( Player p, float current, float amount )

메소드 상세

PlayerTakeRadsEvent() 공개 메소드

public PlayerTakeRadsEvent ( Player p, float current, float amount )
p Player
current float
amount float

프로퍼티 상세

Current 공개적으로 프로퍼티

public float Current
리턴 float

Next 공개적으로 프로퍼티

public float Next
리턴 float

RadAmount 공개적으로 프로퍼티

public float RadAmount
리턴 float

Victim 공개적으로 프로퍼티

public Player Victim
리턴 Player