Interface IRegistrarManager
Provides features for untyped registrar management:
- Maintains a set of 'special' entries that are always there. You should prefer to use parameterized types interface instead for implementation, but this interface may be used for type-unaware processing.
Namespace: Eco.Gameplay.Systems
Assembly: Eco.Gameplay.dll
Syntax
public interface IRegistrarManager
Properties
Registrar
Declaration
IRegistrar Registrar { get; }
Property Value
Type | Description |
---|---|
IRegistrar |
Methods
InitSpecialEntries()
Declaration
void InitSpecialEntries()