Minecraft-Console-Client/MinecraftClient/Inventory/SuspiciousStewEffect.cs
2024-09-11 20:58:24 +02:00

3 lines
No EOL
99 B
C#

namespace MinecraftClient.Inventory;
public record SuspiciousStewEffect(int TypeId, int Duration);