C# Class Protogame.ProtogameServerModule

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

Méthodes publiques

Méthode Description
Load ( IKernel kernel ) : void

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

Private Methods

Méthode Description
LoadNullServices ( IKernel kernel ) : void

Method Details

Load() public méthode

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