implemented Will co. archives creation.

This commit is contained in:
morkt
2014-11-01 02:14:51 +04:00
parent 56d2a45d94
commit 0b8eb1f9d4
11 changed files with 242 additions and 8 deletions

View File

@@ -237,5 +237,17 @@ namespace GameRes.Formats.Properties {
this["NPAKey2"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("8")]
public int WARCNameLength {
get {
return ((int)(this["WARCNameLength"]));
}
set {
this["WARCNameLength"] = value;
}
}
}
}