implemented PAZ archives (#18)

This commit is contained in:
morkt
2016-10-09 08:49:03 +04:00
parent 838abb8773
commit f9f9853810
9 changed files with 557 additions and 0 deletions

View File

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

View File

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