riversong code showcase
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public struct BuildingProductionState
|
||||
{
|
||||
public ProducerState State;
|
||||
|
||||
public Recipe Recipe;
|
||||
|
||||
public int Progress;
|
||||
|
||||
public ProductionRequirements MetRequirements;
|
||||
|
||||
public bool AllRequirementsMet => MetRequirements == ProductionRequirements.All;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user