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

3 lines
130 B
C#
Raw Normal View History

2024-09-11 20:58:24 +02:00
namespace MinecraftClient.Inventory;
public record BookPage(string RawContent, bool HasFilteredContent, string? FilteredContent);