riversong code showcase
This commit is contained in:
13
Source/Riversong/Game/World/Buildings/BuildingSleepState.cs
Normal file
13
Source/Riversong/Game/World/Buildings/BuildingSleepState.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public struct BuildingSleepState
|
||||
{
|
||||
public int RestedWorkerCount;
|
||||
|
||||
public int AllocatedWorkerCount;
|
||||
|
||||
public bool HasHomelessWorkers;
|
||||
|
||||
public float EfficiencyModifier;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user