Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Protogame
ProtogameBaseModule
C# Class Protogame.ProtogameBaseModule
The base Protogame dependency injection module which is used by both
ProtogameCoreModule
and
ProtogameServerModule
to bind common services.
Inheritance:
IProtoinjectModule
Show file
Open project: RedpointGames/Protogame
Public Methods
Method
Description
Load
(
IKernel
kernel
) :
void
Do not directly call this method, use
ProtogameCoreModule
or
ProtogameServerModule
.
Method Details
Load()
public
method
Do not directly call this method, use
ProtogameCoreModule
or
ProtogameServerModule
.
public
Load
(
IKernel
kernel
) :
void
kernel
IKernel
return
void