Interface IPlayerInputSlotsFactory
Domain factory to create/configure an IPlayerInputSlots.
Namespace: Serenity.InputGateway.Domain.Interfaces.Components.Factories
Assembly: Serenity.InputGateway.Application.dll
Syntax
public interface IPlayerInputSlotsFactory
Methods
Create()
Creates a new IPlayerInputSlots instance.
Declaration
IPlayerInputSlots Create()
Returns
| Type | Description |
|---|---|
| IPlayerInputSlots | The created IPlayerInputSlots instance. |