C# Class Protogame.ProtogameBaseModule

The base Protogame dependency injection module which is used by both ProtogameCoreModule and ProtogameServerModule to bind common services.
Inheritance: IProtoinjectModule
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
Load ( IKernel kernel ) : void

Do not directly call this method, use ProtogameCoreModule or ProtogameServerModule.

Method Details

Load() public méthode

Do not directly call this method, use ProtogameCoreModule or ProtogameServerModule.
public Load ( IKernel kernel ) : void
kernel IKernel
Résultat void