C# Class Protogame.ProtogameServerModule

The Protoinject module to load when using the server services in Protogame.
Inheritance: ProtogameBaseModule
Show file Open project: RedpointGames/Protogame

Public Methods

Method Description
Load ( IKernel kernel ) : void

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

Private Methods

Method Description
LoadNullServices ( IKernel kernel ) : void

Method Details

Load() public method

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