mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-23 12:17:27 +08:00
implemented Yu-Ris archives creation.
This commit is contained in:
12
ArcFormats/Properties/Settings.Designer.cs
generated
12
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -177,5 +177,17 @@ namespace GameRes.Formats.Properties {
|
||||
this["PDScrambleContents"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("290")]
|
||||
public uint YPFVersion {
|
||||
get {
|
||||
return ((uint)(this["YPFVersion"]));
|
||||
}
|
||||
set {
|
||||
this["YPFVersion"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user