riversong code showcase
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using Unity.Collections;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public struct PopulationNeedsState
|
||||
{
|
||||
public FixedList128Bytes<PopulationNeed> Needs;
|
||||
|
||||
public TierUpgradeState UpgradeState;
|
||||
|
||||
public bool AllNeedsMet;
|
||||
|
||||
public int NeedsMetForWeeks;
|
||||
|
||||
public float Happiness;
|
||||
|
||||
public float MaxHappinessScore;
|
||||
|
||||
public float OverallHappinessWeight;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user