mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTools] Remove legacy skipper information from Headerer and replace with new system
This commit is contained in:
@@ -14,6 +14,7 @@ namespace SabreTools.Helper
|
||||
public string Author;
|
||||
public string Version;
|
||||
public List<SkipperRule> Rules;
|
||||
public string SourceFile;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -25,6 +26,7 @@ namespace SabreTools.Helper
|
||||
public long? EndOffset; // null if EOF
|
||||
public HeaderSkipOperation Operation;
|
||||
public List<SkipperTest> Tests;
|
||||
public string SourceFile;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user