C# 클래스 GameStruct.ItemAdditionInfo

파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
defense uint
dodge uint
level byte
life uint
magic_defense uint
max_attack uint
max_magic_attack uint
min_attack uint
min_magic_attack uint
type byte

공개 메소드들

메소드 설명
ItemAdditionInfo ( ) : System

메소드 상세

ItemAdditionInfo() 공개 메소드

public ItemAdditionInfo ( ) : System
리턴 System

프로퍼티 상세

defense 공개적으로 프로퍼티

public uint defense
리턴 uint

dodge 공개적으로 프로퍼티

public uint dodge
리턴 uint

level 공개적으로 프로퍼티

public byte level
리턴 byte

life 공개적으로 프로퍼티

public uint life
리턴 uint

magic_defense 공개적으로 프로퍼티

public uint magic_defense
리턴 uint

max_attack 공개적으로 프로퍼티

public uint max_attack
리턴 uint

max_magic_attack 공개적으로 프로퍼티

public uint max_magic_attack
리턴 uint

min_attack 공개적으로 프로퍼티

public uint min_attack
리턴 uint

min_magic_attack 공개적으로 프로퍼티

public uint min_magic_attack
리턴 uint

type 공개적으로 프로퍼티

public byte type
리턴 byte