Add nullable context to SabreTools.DatFiles

This commit is contained in:
Matt Nadareski
2023-08-10 23:22:14 -04:00
parent 7bb0ba245d
commit a18ee46d5d
57 changed files with 846 additions and 1217 deletions

View File

@@ -12,7 +12,7 @@ namespace SabreTools.DatFiles
/// <summary>
/// Name or path of the Depot
/// </summary>
public string Name { get; private set; }
public string? Name { get; private set; }
/// <summary>
/// Whether to use this Depot or not