C# 클래스 Library.StateManagerBase

상속: ManagerBase
파일 보기 프로젝트 열기: Alliance-Network/Library

공개 메소드들

메소드 설명
Restart ( ) : void
Start ( ) : void
Stop ( ) : void

메소드 상세

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

Start() 공개 추상적인 메소드

public abstract Start ( ) : void
리턴 void

Stop() 공개 추상적인 메소드

public abstract Stop ( ) : void
리턴 void