MosswartMassacre/Unused/Decal.Adapter.Wrappers/TrainingType.cs
2025-06-09 02:03:11 +02:00

12 lines
146 B
C#

using System;
namespace Decal.Adapter.Wrappers;
[CLSCompliant(true)]
public enum TrainingType
{
Unusable,
Untrained,
Trained,
Specialized
}