mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
add image format support for CSystem when there is Resources subdirectory And update database
This commit is contained in:
15
ArcFormats/Properties/Settings.Designer.cs
generated
15
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -585,7 +585,20 @@ namespace GameRes.Formats.Properties {
|
||||
this["BELLTitle"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string BELLDATATitle
|
||||
{
|
||||
get {
|
||||
return ((string)(this["BELLDATATitle"]));
|
||||
}
|
||||
set {
|
||||
this["BELLDATATitle"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
||||
Reference in New Issue
Block a user