mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix comment on DepotInformation
This commit is contained in:
@@ -36,7 +36,7 @@ namespace SabreTools.DatFiles
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Constructor
|
/// Constructor
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="name">Set active state</param>
|
/// <param name="name">Identifier for the depot</param>
|
||||||
/// <param name="isActive">Set active state</param>
|
/// <param name="isActive">Set active state</param>
|
||||||
/// <param name="depth">Set depth between 0 and SHA-1's byte length</param>
|
/// <param name="depth">Set depth between 0 and SHA-1's byte length</param>
|
||||||
public DepotInformation(string? name, bool isActive, int depth = 4)
|
public DepotInformation(string? name, bool isActive, int depth = 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user