Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Protogame
ProtogameBaseModule
C# 클래스 Protogame.ProtogameBaseModule
The base Protogame dependency injection module which is used by both
ProtogameCoreModule
and
ProtogameServerModule
to bind common services.
상속:
IProtoinjectModule
파일 보기
프로젝트 열기: RedpointGames/Protogame
공개 메소드들
메소드
설명
Load
(
IKernel
kernel
) :
void
Do not directly call this method, use
ProtogameCoreModule
or
ProtogameServerModule
.
메소드 상세
Load()
공개
메소드
Do not directly call this method, use
ProtogameCoreModule
or
ProtogameServerModule
.
public
Load
(
IKernel
kernel
) :
void
kernel
IKernel
리턴
void