Files
NKC/AppData/Enum.cs
T
2020-01-20 16:53:26 +01:00

18 lines
229 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AppData
{
public enum StatType
{
BATCH =1,
BUNK,
SHEET,
CART,
BIN
}
}