Correctif dépendance et update lib
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\MareAPI\MareSynchronosAPI\MareSynchronos.API.csproj" />
|
||||
<ProjectReference Include="..\..\UmbraAPI\MareSynchronosAPI\MareSynchronos.API.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
using MareSynchronos.API.Data.Enum;
|
||||
|
||||
namespace MareSynchronosShared.Utils;
|
||||
public record ClientMessage(MessageSeverity Severity, string Message, string UID);
|
||||
|
||||
public readonly record struct ClientMessage(
|
||||
MessageSeverity Severity,
|
||||
string Message,
|
||||
string Title = "",
|
||||
int TimeMs = 5000,
|
||||
string UID = ""
|
||||
);
|
||||
Reference in New Issue
Block a user