2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-04 09:33:43 -04:00

Journals Now processed in own thread

Some invalid journal data is now handled
Journals now use polymorphic deserialization
Added Event names to all journal events
Remove unused controllers
This commit is contained in:
2024-05-24 17:57:10 +10:00
parent ae848e036d
commit efd0b3e0c0
297 changed files with 827 additions and 209 deletions

View File

@ -5,6 +5,7 @@ namespace Observatory.Framework.Files.Journal.Other;
public class CommitCrime : JournalBase
{
public override string Event => "CommitCrime";
[JsonConverter(typeof(JsonStringEnumConverter))]
public CrimeType CrimeType { get; init; }
public string Faction { get; init; }