C# 클래스 GameStruct.PlayerAttribute

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
account_id int
attack uint
attack_max uint
defense uint
doage uint
exp int
exp_max ulong
gamegold int
godlevel byte
gold int
guanjue ulong
hair uint
hitrate uint
level byte
life uint
life_max uint
lookface uint
magic_attack uint
magic_attack_max uint
magic_defense uint
mana uint
mana_max uint
mapid uint
maxeudemon byte
pk short
pk_mode byte
player_id int
profession byte
sAccount String
sp int
sp_max int
stronggold long

공개 메소드들

메소드 설명
PlayerAttribute ( ) : System
resetAttr ( ) : void

메소드 상세

PlayerAttribute() 공개 메소드

public PlayerAttribute ( ) : System
리턴 System

resetAttr() 공개 메소드

public resetAttr ( ) : void
리턴 void

프로퍼티 상세

account_id 공개적으로 프로퍼티

public int account_id
리턴 int

attack 공개적으로 프로퍼티

public uint attack
리턴 uint

attack_max 공개적으로 프로퍼티

public uint attack_max
리턴 uint

defense 공개적으로 프로퍼티

public uint defense
리턴 uint

doage 공개적으로 프로퍼티

public uint doage
리턴 uint

exp 공개적으로 프로퍼티

public int exp
리턴 int

exp_max 공개적으로 프로퍼티

public ulong exp_max
리턴 ulong

gamegold 공개적으로 프로퍼티

public int gamegold
리턴 int

godlevel 공개적으로 프로퍼티

public byte godlevel
리턴 byte

gold 공개적으로 프로퍼티

public int gold
리턴 int

guanjue 공개적으로 프로퍼티

public ulong guanjue
리턴 ulong

hair 공개적으로 프로퍼티

public uint hair
리턴 uint

hitrate 공개적으로 프로퍼티

public uint hitrate
리턴 uint

level 공개적으로 프로퍼티

public byte level
리턴 byte

life 공개적으로 프로퍼티

public uint life
리턴 uint

life_max 공개적으로 프로퍼티

public uint life_max
리턴 uint

lookface 공개적으로 프로퍼티

public uint lookface
리턴 uint

magic_attack 공개적으로 프로퍼티

public uint magic_attack
리턴 uint

magic_attack_max 공개적으로 프로퍼티

public uint magic_attack_max
리턴 uint

magic_defense 공개적으로 프로퍼티

public uint magic_defense
리턴 uint

mana 공개적으로 프로퍼티

public uint mana
리턴 uint

mana_max 공개적으로 프로퍼티

public uint mana_max
리턴 uint

mapid 공개적으로 프로퍼티

public uint mapid
리턴 uint

maxeudemon 공개적으로 프로퍼티

public byte maxeudemon
리턴 byte

pk 공개적으로 프로퍼티

public short pk
리턴 short

pk_mode 공개적으로 프로퍼티

public byte pk_mode
리턴 byte

player_id 공개적으로 프로퍼티

public int player_id
리턴 int

profession 공개적으로 프로퍼티

public byte profession
리턴 byte

sAccount 공개적으로 프로퍼티

public String sAccount
리턴 String

sp 공개적으로 프로퍼티

public int sp
리턴 int

sp_max 공개적으로 프로퍼티

public int sp_max
리턴 int

stronggold 공개적으로 프로퍼티

public long stronggold
리턴 long