implemented Cyberworks archives.

This commit is contained in:
morkt
2016-07-06 04:14:42 +04:00
parent 03d62b91d9
commit 55ba371949
10 changed files with 731 additions and 0 deletions

View File

@@ -573,5 +573,17 @@ namespace GameRes.Formats.Properties {
this["MGPKTitle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string BELLTitle {
get {
return ((string)(this["BELLTitle"]));
}
set {
this["BELLTitle"] = value;
}
}
}
}

View File

@@ -140,5 +140,8 @@
<Setting Name="MGPKTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="BELLTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>