Move host transport records to model

This commit is contained in:
gamer147
2026-08-03 11:09:47 -04:00
parent b82a9340a8
commit 797c4901cf
10 changed files with 39 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
namespace Age.Engine.Model;
/// <summary>A synchronous AGE-owned diagnostic prompt after native body/context formatting.</summary>
public readonly record struct DiagnosticMessage(string Caption, string Text);