Minecraft-Console-Client/MinecraftClient/Inventory/Enchantment.cs
2024-09-11 19:12:31 +02:00

3 lines
No EOL
94 B
C#

namespace MinecraftClient.Inventory;
public record Enchantment(Enchantments Type, int Level);