mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-08-07 21:46:31 +00:00
36 lines
1.5 KiB
XML
36 lines
1.5 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="GUIApp.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="playerName" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">Link</Value>
|
|
</Setting>
|
|
<Setting Name="lastServerName" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="lastDescription" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="lastPassword" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="lastIP" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="lastPort" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="lastEnemySync" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="lastGlyphSync" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="EnemiesSynced" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">-1</Value>
|
|
</Setting>
|
|
<Setting Name="lastQuestSync" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |