(GyuFormat): query encryption scheme.

This commit is contained in:
morkt
2016-08-04 05:05:44 +04:00
parent 5ea59a1a3e
commit 85ec4b3a37
13 changed files with 152 additions and 5 deletions

View File

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

View File

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