mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-07 03:42:20 +08:00
implemented 'LEAFPACK' archives and LFG images.
This commit is contained in:
12
ArcFormats/Properties/Settings.Designer.cs
generated
12
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -777,5 +777,17 @@ namespace GameRes.Formats.Properties {
|
||||
this["NOAEncodingCP"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string LEAFTitle {
|
||||
get {
|
||||
return ((string)(this["LEAFTitle"]));
|
||||
}
|
||||
set {
|
||||
this["LEAFTitle"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -191,5 +191,8 @@
|
||||
<Setting Name="NOAEncodingCP" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">932</Value>
|
||||
</Setting>
|
||||
<Setting Name="LEAFTitle" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user