C# 클래스 PoGo.NecroBot.Logic.Event.FortUsedEvent

상속: IEvent
파일 보기 프로젝트 열기: siosios/NoxxDev-necrobot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Altitude double
Exp int
Gems int
Id string
InventoryFull bool
Items string
Latitude double
Longitude double
Name string

프로퍼티 상세

Altitude 공개적으로 프로퍼티

public double Altitude
리턴 double

Exp 공개적으로 프로퍼티

public int Exp
리턴 int

Gems 공개적으로 프로퍼티

public int Gems
리턴 int

Id 공개적으로 프로퍼티

public string Id
리턴 string

InventoryFull 공개적으로 프로퍼티

public bool InventoryFull
리턴 bool

Items 공개적으로 프로퍼티

public string Items
리턴 string

Latitude 공개적으로 프로퍼티

public double Latitude
리턴 double

Longitude 공개적으로 프로퍼티

public double Longitude
리턴 double

Name 공개적으로 프로퍼티

public string Name
리턴 string