testing remote stuff

This commit is contained in:
kkb 2023-11-17 17:12:41 +01:00
parent 1e05d4576d
commit 3c9ccaafeb
374 changed files with 10526 additions and 2037 deletions

View file

@ -0,0 +1,9 @@
using Insight.Web.Network.Remote;
namespace Insight.Web.Messages;
public class RemoteMessages
{
public record RemoteConnected(RemoteSession RemoteSession);
public record RemoteDisconnected(RemoteSession RemoteSession);
}