Move host transport records to model

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

View File

@@ -1,3 +1,5 @@
using Age.Engine.Model;
namespace Age.Engine.Hosting;
public sealed class CaptureHost : IHost
{