C# Class Protogame.ProtogameBaseModule

The base Protogame dependency injection module which is used by both ProtogameCoreModule and ProtogameServerModule to bind common services.
Inheritance: IProtoinjectModule
Mostra 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