mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
3 lines
No EOL
130 B
C#
3 lines
No EOL
130 B
C#
namespace MinecraftClient.Inventory;
|
|
|
|
public record BookPage(string RawContent, bool HasFilteredContent, string? FilteredContent); |