mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
3 lines
No EOL
94 B
C#
3 lines
No EOL
94 B
C#
namespace MinecraftClient.Inventory;
|
|
|
|
public record Enchantment(Enchantments Type, int Level); |