Interface IResourceGenerator
Inherited Members
Namespace: RTSEngine.EntityComponent
Assembly: cs.temp.dll.dll
Syntax
public interface IResourceGenerator : IEntityComponent, IMonoBehaviour, IEntityPostInitializable
Properties
FactionEntity
Declaration
IFactionEntity FactionEntity { get; }
Property Value
| Type | Description |
|---|---|
| IFactionEntity |
Resources
Declaration
IReadOnlyList<ResourceInput> Resources { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<ResourceInput> |