C# 클래스 GameStruct.MonsterInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
ai int
attack_max uint
attack_min uint
attack_speed ushort
defense uint
die_scripte_id uint
dodge ushort
drop_group uint
eudemon_type int
id uint
level ushort
life int
lookface uint
mana int
move_speed ushort
name String
range ushort

공개 메소드들

메소드 설명
MonsterInfo ( ) : System

메소드 상세

MonsterInfo() 공개 메소드

public MonsterInfo ( ) : System
리턴 System

프로퍼티 상세

ai 공개적으로 프로퍼티

public int ai
리턴 int

attack_max 공개적으로 프로퍼티

public uint attack_max
리턴 uint

attack_min 공개적으로 프로퍼티

public uint attack_min
리턴 uint

attack_speed 공개적으로 프로퍼티

public ushort attack_speed
리턴 ushort

defense 공개적으로 프로퍼티

public uint defense
리턴 uint

die_scripte_id 공개적으로 프로퍼티

public uint die_scripte_id
리턴 uint

dodge 공개적으로 프로퍼티

public ushort dodge
리턴 ushort

drop_group 공개적으로 프로퍼티

public uint drop_group
리턴 uint

eudemon_type 공개적으로 프로퍼티

public int eudemon_type
리턴 int

id 공개적으로 프로퍼티

public uint id
리턴 uint

level 공개적으로 프로퍼티

public ushort level
리턴 ushort

life 공개적으로 프로퍼티

public int life
리턴 int

lookface 공개적으로 프로퍼티

public uint lookface
리턴 uint

mana 공개적으로 프로퍼티

public int mana
리턴 int

move_speed 공개적으로 프로퍼티

public ushort move_speed
리턴 ushort

name 공개적으로 프로퍼티

public String name
리턴 String

range 공개적으로 프로퍼티

public ushort range
리턴 ushort