mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
5 lines
125 B
C#
5 lines
125 B
C#
|
|
namespace MinecraftClient
|
||
|
|
{
|
||
|
|
public readonly record struct RecipeBookRecipeEntry(string CommandId, string DisplayText);
|
||
|
|
}
|