namespace DanieleMarotta.RiversongCodeShowcase { public struct BuildingSleepState { public int RestedWorkerCount; public int AllocatedWorkerCount; public bool HasHomelessWorkers; public float EfficiencyModifier; } }