C# 클래스 Netronics.Ant.QueenAnt.AntManager

파일 보기 프로젝트 열기: shlee322/Netronics

공개 메소드들

메소드 설명
GetAntManager ( ) : AntManager
RequestJoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : void
StartAnt ( Ant ant ) : void

비공개 메소드들

메소드 설명
RequestJoinAnt_1 ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : void

메소드 상세

GetAntManager() 공개 정적인 메소드

public static GetAntManager ( ) : AntManager
리턴 AntManager

RequestJoinAnt() 공개 메소드

public RequestJoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : void
channel IChannel
args Newtonsoft.Json.Linq.JObject
리턴 void

StartAnt() 공개 메소드

public StartAnt ( Ant ant ) : void
ant Ant
리턴 void