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:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user