C# Класс Protogame.ProtogameServerModule

The Protoinject module to load when using the server services in Protogame.
Наследование: ProtogameBaseModule
Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( IKernel kernel ) : void

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

Приватные методы

Метод Описание
LoadNullServices ( IKernel kernel ) : void

Описание методов

Load() публичный Метод

You should call Protoinject.StandardKernel.Load{ProtogameCoreModule} instead of calling this method directly.
public Load ( IKernel kernel ) : void
kernel IKernel
Результат void