2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-09-10 13:01: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

@@ -5,5 +5,7 @@
public string Loadout { get; init; }
public ulong ID { get; init; }
public bool PlayerControlled { get; init; }
public string SRVType { get; init; }
public string SRVType_Localised { get; init; }
}
}