2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-01 08:23:42 -04:00

Update 11 journal changes

This commit is contained in:
Xjph
2022-03-15 11:15:44 -02:30
parent 4f4ba88878
commit 3af9e3ec7b
13 changed files with 22 additions and 3 deletions

View File

@ -1,5 +1,8 @@
namespace Observatory.Framework.Files.Journal
{
public class SRVDestroyed : JournalBase
{ }
{
public string SRVType { get; init; }
public string SRVType_Localised { get; init; }
}
}