riversong code showcase
This commit is contained in:
13
Source/Riversong/Game/World/Population/TierUpgradeState.cs
Normal file
13
Source/Riversong/Game/World/Population/TierUpgradeState.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum TierUpgradeState
|
||||
{
|
||||
NotReady,
|
||||
|
||||
FetchingMaterials,
|
||||
|
||||
AllMaterialsFetched,
|
||||
|
||||
MaxedOut
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user