deleted localization files as they're now generated during release
reintroduce throttling for servers that are unreachable (defaults to 60 seconds between polls) small revert to the RektT5M parser contell -> tell add migration to introduce gamename to server impllement quickmessage mapping
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using static SharedLibraryCore.Server;
|
||||
|
||||
namespace SharedLibraryCore.Dtos
|
||||
{
|
||||
@ -8,5 +9,7 @@ namespace SharedLibraryCore.Dtos
|
||||
public string Message { get; set; }
|
||||
public DateTime Time { get; set; }
|
||||
public string Name { get; set; }
|
||||
public Game ServerGame { get; set; }
|
||||
public bool IsQuickMessage { get; set; }
|
||||
}
|
||||
}
|
@ -16,6 +16,7 @@ namespace SharedLibraryCore.Dtos
|
||||
ChatMessage,
|
||||
Penalized,
|
||||
ReceivedPenalty,
|
||||
QuickMessage
|
||||
}
|
||||
|
||||
public DateTime When { get; set; }
|
||||
|
Reference in New Issue
Block a user