C# 클래스 MapServer.RobotLegionManager

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

공개 프로퍼티들

프로퍼티 타입 설명
mDicLegion uint>.Dictionary

공개 메소드들

메소드 설명
CreateLegion ( String legion_name ) : void
GetInstance ( ) : RobotLegionManager
GetLegionId ( String legion_name ) : uint
RobotLegionManager ( ) : System

메소드 상세

CreateLegion() 공개 메소드

public CreateLegion ( String legion_name ) : void
legion_name String
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : RobotLegionManager
리턴 RobotLegionManager

GetLegionId() 공개 메소드

public GetLegionId ( String legion_name ) : uint
legion_name String
리턴 uint

RobotLegionManager() 공개 메소드

public RobotLegionManager ( ) : System
리턴 System

프로퍼티 상세

mDicLegion 공개적으로 프로퍼티

public Dictionary mDicLegion
리턴 uint>.Dictionary