mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Structs] Add RootDir to clone
This commit is contained in:
@@ -128,6 +128,7 @@ namespace SabreTools.Helper
|
|||||||
FileName = this.FileName,
|
FileName = this.FileName,
|
||||||
Name = this.Name,
|
Name = this.Name,
|
||||||
Description = this.Description,
|
Description = this.Description,
|
||||||
|
RootDir = this.RootDir,
|
||||||
Category = this.Category,
|
Category = this.Category,
|
||||||
Version = this.Version,
|
Version = this.Version,
|
||||||
Date = this.Date,
|
Date = this.Date,
|
||||||
@@ -170,6 +171,7 @@ namespace SabreTools.Helper
|
|||||||
FileName = this.FileName,
|
FileName = this.FileName,
|
||||||
Name = this.Name,
|
Name = this.Name,
|
||||||
Description = this.Description,
|
Description = this.Description,
|
||||||
|
RootDir = this.RootDir,
|
||||||
Category = this.Category,
|
Category = this.Category,
|
||||||
Version = this.Version,
|
Version = this.Version,
|
||||||
Date = this.Date,
|
Date = this.Date,
|
||||||
|
|||||||
Reference in New Issue
Block a user