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

3 lines
99 B
C#
Raw Permalink Normal View History

2024-09-11 20:58:24 +02:00
namespace MinecraftClient.Inventory;
public record SuspiciousStewEffect(int TypeId, int Duration);