Interface ISettlementConfig
Interface to hold reference to the SettlementTypes for accessing them outside Eco.Gameplay, SettlementConfig implements this
Namespace: Eco.Shared.Utils
Assembly: Eco.Shared.dll
Syntax
[ApplyOnView]
public interface ISettlementConfig
Properties
SettlementTypes
Declaration
List<string> SettlementTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |