C# 클래스 Protogame.ProtogameServerModule

The Protoinject module to load when using the server services in Protogame.
상속: ProtogameBaseModule
파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

메소드 설명
Load ( IKernel kernel ) : void

You should call Protoinject.StandardKernel.Load{ProtogameCoreModule} instead of calling this method directly.

비공개 메소드들

메소드 설명
LoadNullServices ( IKernel kernel ) : void

메소드 상세

Load() 공개 메소드

You should call Protoinject.StandardKernel.Load{ProtogameCoreModule} instead of calling this method directly.
public Load ( IKernel kernel ) : void
kernel IKernel
리턴 void