2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-12-15 12:24:57 +01:00

Nullability Updates

& Add missing file
This commit is contained in:
2024-05-25 23:46:21 +10:00
parent e33326611a
commit 69593851aa
5 changed files with 41 additions and 14 deletions

View File

@@ -5,5 +5,5 @@ public class Commander : JournalBase
public override string Event => "Commander";
public string Name { get; init; }
public string FID { get; init; }
public string? FID { get; init; }
}