mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
@@ -55,11 +55,11 @@ namespace SabreTools.Helper.Skippers
|
||||
/// </summary>
|
||||
public Skipper()
|
||||
{
|
||||
Name = String.Empty;
|
||||
Author = String.Empty;
|
||||
Version = String.Empty;
|
||||
Name = "";
|
||||
Author = "";
|
||||
Version = "";
|
||||
Rules = new List<SkipperRule>();
|
||||
SourceFile = String.Empty;
|
||||
SourceFile = "";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user