mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:47:23 +01:00
4 lines
161 B
C#
4 lines
161 B
C#
using MareSynchronos.API.Data.Enum;
|
|
|
|
namespace MareSynchronosShared.Utils;
|
|
public record ClientMessage(MessageSeverity Severity, string Message, string UID);
|