mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add nullable context to SabreTools.DatFiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user