mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/4cdf26f2-112b-4502-88f7-8f589c424f69 Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
4 lines
125 B
C#
4 lines
125 B
C#
namespace MinecraftClient
|
|
{
|
|
public readonly record struct RecipeBookRecipeEntry(string CommandId, string DisplayText);
|
|
}
|