Minecraft-Console-Client/MinecraftClient/Inventory/TrimAssetOverride.cs

3 lines
111 B
C#
Raw Permalink Normal View History

namespace MinecraftClient.Inventory;
public record TrimAssetOverride(int ArmorMaterialType, string AssetName);