Files

7 lines
188 B
C#
Raw Permalink Normal View History

2025-02-16 11:54:23 +01:00
namespace Wino.Messaging.Client.Connection;
/// <summary>
/// When client established a healthy connection to the server.
/// </summary>
public record WinoServerConnectionEstablished;