C# 클래스 GameStruct.Action

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

공개 메소드들

메소드 설명
Action ( byte _action, byte _data = null ) : System
AddObject ( object obj ) : void
GetAction ( ) : byte
GetBuff ( ) : byte[]
GetObject ( int index ) : object
GetObjectCount ( ) : int

메소드 상세

Action() 공개 메소드

public Action ( byte _action, byte _data = null ) : System
_action byte
_data byte
리턴 System

AddObject() 공개 메소드

public AddObject ( object obj ) : void
obj object
리턴 void

GetAction() 공개 메소드

public GetAction ( ) : byte
리턴 byte

GetBuff() 공개 메소드

public GetBuff ( ) : byte[]
리턴 byte[]

GetObject() 공개 메소드

public GetObject ( int index ) : object
index int
리턴 object

GetObjectCount() 공개 메소드

public GetObjectCount ( ) : int
리턴 int