Files
RuinAdventurer/Scripts/Gameplay/Crafting/CraftingResult.cs
T

6 lines
69 B
C#

public enum CraftingResult
{
FAILED,
CRAFTING,
FINISHED
}