C# 클래스 GameStruct.ActionInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
data uint
id uint
id_next uint
id_nextfail uint
param String
type uint

공개 메소드들

메소드 설명
ActionInfo ( ) : System

메소드 상세

ActionInfo() 공개 메소드

public ActionInfo ( ) : System
리턴 System

프로퍼티 상세

data 공개적으로 프로퍼티

public uint data
리턴 uint

id 공개적으로 프로퍼티

public uint id
리턴 uint

id_next 공개적으로 프로퍼티

public uint id_next
리턴 uint

id_nextfail 공개적으로 프로퍼티

public uint id_nextfail
리턴 uint

param 공개적으로 프로퍼티

public String param
리턴 String

type 공개적으로 프로퍼티

public uint type
리턴 uint