C# 클래스 GameStruct.ItemTypeInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
actionid uint
amount ushort
amount_limit ushort
attack_max uint
attack_min uint
defense uint
dodge uint
hitrate uint
id uint
info String
magic_attack_min uint
magic_attck_max uint
magic_defense uint
monster_type uint
name String
price int
req_level byte
req_profession byte
req_sex byte

공개 메소드들

메소드 설명
ItemTypeInfo ( ) : System

메소드 상세

ItemTypeInfo() 공개 메소드

public ItemTypeInfo ( ) : System
리턴 System

프로퍼티 상세

actionid 공개적으로 프로퍼티

public uint actionid
리턴 uint

amount 공개적으로 프로퍼티

public ushort amount
리턴 ushort

amount_limit 공개적으로 프로퍼티

public ushort amount_limit
리턴 ushort

attack_max 공개적으로 프로퍼티

public uint attack_max
리턴 uint

attack_min 공개적으로 프로퍼티

public uint attack_min
리턴 uint

defense 공개적으로 프로퍼티

public uint defense
리턴 uint

dodge 공개적으로 프로퍼티

public uint dodge
리턴 uint

hitrate 공개적으로 프로퍼티

public uint hitrate
리턴 uint

id 공개적으로 프로퍼티

public uint id
리턴 uint

info 공개적으로 프로퍼티

public String info
리턴 String

magic_attack_min 공개적으로 프로퍼티

public uint magic_attack_min
리턴 uint

magic_attck_max 공개적으로 프로퍼티

public uint magic_attck_max
리턴 uint

magic_defense 공개적으로 프로퍼티

public uint magic_defense
리턴 uint

monster_type 공개적으로 프로퍼티

public uint monster_type
리턴 uint

name 공개적으로 프로퍼티

public String name
리턴 String

price 공개적으로 프로퍼티

public int price
리턴 int

req_level 공개적으로 프로퍼티

public byte req_level
리턴 byte

req_profession 공개적으로 프로퍼티

public byte req_profession
리턴 byte

req_sex 공개적으로 프로퍼티

public byte req_sex
리턴 byte