Interface IStrangeWorldsConfig
Namespace: Eco.Shared.StrangeCloudShared
Assembly: Eco.Shared.dll
Syntax
public interface IStrangeWorldsConfig
Properties
AcceptItemsBoughtInAnyWorld
Declaration
bool AcceptItemsBoughtInAnyWorld { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AcceptItemsBoughtInTheseWorlds
Declaration
List<Guid> AcceptItemsBoughtInTheseWorlds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Guid> |