riversong code showcase
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
[Flags]
|
||||
public enum ProductionRequirements
|
||||
{
|
||||
None = 0,
|
||||
|
||||
InputsAvailable = 1,
|
||||
|
||||
All = InputsAvailable
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user