C# 클래스 DarkEmu_GameServer.character._Information

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 프로퍼티들

프로퍼티 타입 설명
Angle double
Attributes short
Berserking bool
InventorylistSlot List
Item _item
Level byte
Model int
Name string
SkyDroming bool
UniqueID int
XP long

프로퍼티 상세

Angle 공개적으로 프로퍼티

public double Angle
리턴 double

Attributes 공개적으로 프로퍼티

public short Attributes
리턴 short

Berserking 공개적으로 프로퍼티

public bool Berserking
리턴 bool

InventorylistSlot 공개적으로 프로퍼티

public List InventorylistSlot
리턴 List

Item 공개적으로 프로퍼티

public _item Item
리턴 _item

Level 공개적으로 프로퍼티

public byte Level
리턴 byte

Model 공개적으로 프로퍼티

public int Model
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

SkyDroming 공개적으로 프로퍼티

public bool SkyDroming
리턴 bool

UniqueID 공개적으로 프로퍼티

public int UniqueID
리턴 int

XP 공개적으로 프로퍼티

public long XP
리턴 long