Files
2025-09-16 10:42:43 +02:00

13 lines
205 B
C#

namespace CandyboxPlugin.Recipe
{
public enum EErrorReason
{
Unknown,
Missing,
WrongType,
Misposition,
WrongSize,
NotLearned,
Good
}
}