jumpstart-games-reduxed/src/Schema/SpecificationType.cs
hictooth 199d44f1cd create profile
works up to start of tutorial
2023-06-19 20:23:53 +01:00

10 lines
109 B
C#

using System;
namespace sodoff.Schema;
public enum SpecificationType
{
Ingredient = 1,
Output
}