mirror of
https://gitlab.com/2009scape/Saradomin-Launcher.git
synced 2026-08-01 14:19:14 -06:00
8 lines
No EOL
130 B
C#
8 lines
No EOL
130 B
C#
using Glitonea.Mvvm.Messaging;
|
|
|
|
namespace Saradomin.Infrastructure.Messaging;
|
|
|
|
public class ClientClosedMessage : Message
|
|
{
|
|
|
|
} |