1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2026-04-14 05:30:43 +02:00
Files
Minecraft-Phantom-Panel/Controller/Phantom.Controller.Minecraft/MinecraftLaunchRecipeCreationFailReason.cs

7 lines
169 B
C#

namespace Phantom.Controller.Minecraft;
public enum MinecraftLaunchRecipeCreationFailReason : byte {
UnknownError = 0,
MinecraftVersionNotFound = 1,
}