mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-07-29 09:06:27 +00:00
147 lines
5.3 KiB
C#
147 lines
5.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Este código fue generado por una herramienta.
|
|
// Versión de runtime:4.0.30319.42000
|
|
//
|
|
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
|
|
// se vuelve a generar el código.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace GUIApp.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Link")]
|
|
public string playerName {
|
|
get {
|
|
return ((string)(this["playerName"]));
|
|
}
|
|
set {
|
|
this["playerName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string lastServerName {
|
|
get {
|
|
return ((string)(this["lastServerName"]));
|
|
}
|
|
set {
|
|
this["lastServerName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string lastDescription {
|
|
get {
|
|
return ((string)(this["lastDescription"]));
|
|
}
|
|
set {
|
|
this["lastDescription"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string lastPassword {
|
|
get {
|
|
return ((string)(this["lastPassword"]));
|
|
}
|
|
set {
|
|
this["lastPassword"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string lastIP {
|
|
get {
|
|
return ((string)(this["lastIP"]));
|
|
}
|
|
set {
|
|
this["lastIP"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string lastPort {
|
|
get {
|
|
return ((string)(this["lastPort"]));
|
|
}
|
|
set {
|
|
this["lastPort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool lastEnemySync {
|
|
get {
|
|
return ((bool)(this["lastEnemySync"]));
|
|
}
|
|
set {
|
|
this["lastEnemySync"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool lastGlyphSync {
|
|
get {
|
|
return ((bool)(this["lastGlyphSync"]));
|
|
}
|
|
set {
|
|
this["lastGlyphSync"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public string EnemiesSynced {
|
|
get {
|
|
return ((string)(this["EnemiesSynced"]));
|
|
}
|
|
set {
|
|
this["EnemiesSynced"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool lastQuestSync {
|
|
get {
|
|
return ((bool)(this["lastQuestSync"]));
|
|
}
|
|
set {
|
|
this["lastQuestSync"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|