ProtogameBaseModule

Warning

This documentation is for an implementation of a service. This class is not meant to be used directly; instead use the ProtogameCoreModule service via dependency injection to access this functionality.

Information documented here may not be up to date.

class ProtogameBaseModule : System.Object, IProtoinjectModule

The base Protogame dependency injection module which is used by both T:Protogame.ProtogameCoreModule and T:Protogame.ProtogameServerModule to bind common services.

public void Load(IKernel kernel)

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

Parameters:
  • kernel (Protoinject.IKernel) –