Click or drag to resize

IStartup Interface

Contains the functionality of a class which provides a startup configuration for an EntitySystemComponent game mode.

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public interface IStartup
Methods
  NameDescription
Public methodConfigure(IServiceCollection)
Configures the specified service collection by adding or removing required services.
Public methodConfigure(IEcsBuilder)
Configures the specified ECS builder by enabling, disabling and configuring modules in the game mode.
Top
See Also