13 lines
205 B
C#
13 lines
205 B
C#
namespace CandyboxPlugin.Recipe
|
|
{
|
|
public enum EErrorReason
|
|
{
|
|
Unknown,
|
|
Missing,
|
|
WrongType,
|
|
Misposition,
|
|
WrongSize,
|
|
NotLearned,
|
|
Good
|
|
}
|
|
} |