C# 클래스 AbilityPlacedMessage

상속: Message
파일 보기 프로젝트 열기: mezosaurus/eae-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AType AbilityType
X float
Y float

공개 메소드들

메소드 설명
AbilityPlacedMessage ( float x, float y, AbilityType atype )

메소드 상세

AbilityPlacedMessage() 공개 메소드

public AbilityPlacedMessage ( float x, float y, AbilityType atype )
x float
y float
atype AbilityType

프로퍼티 상세

AType 공개적으로 프로퍼티

public AbilityType AType
리턴 AbilityType

X 공개적으로 프로퍼티

public float X
리턴 float

Y 공개적으로 프로퍼티

public float Y
리턴 float