1
0
Fork 0
forked from aly/qstbak
qstbak/LLib/LLib.Gear/MeldResult.cs
2026-08-17 20:27:25 +10:00

11 lines
139 B
C#

namespace LLib.Gear;
public enum MeldResult
{
Success,
AgentUnavailable,
ItemNotFound,
MateriaNotFound,
OvermeldFailed,
Cancelled
}