implemented Tamamo PCK archives.

This commit is contained in:
morkt
2017-11-16 11:34:52 +04:00
parent 5d6438c2b6
commit f4e5fc6029
7 changed files with 343 additions and 32 deletions

View File

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

View File

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