ProtogameCoreModuleΒΆ

class ProtogameCoreModule : ProtogameBaseModule, IProtoinjectModule

The core Protogame dependency injection module, which loads all of the core classes required for basic game functionality. You must load this module for Protogame to work.

public void Load(IKernel kernel)

You should call M:Protoinject.StandardKernel.Load``1 instead of calling this method directly.

Parameters:
  • kernel (Protoinject.IKernel) –