- Recovery
This commit is contained in:
@@ -9,11 +9,18 @@ namespace Mitria_Minecraft_Launcher
|
||||
public struct LauncherConfig
|
||||
{
|
||||
public string MinecraftPlayerName { get; set; }
|
||||
public string Argument { get; set; }
|
||||
public string GameDirectory { get; set; }
|
||||
public bool ShellView { get; set; }
|
||||
public string RuntimeVersion { get; set; }
|
||||
public List<string> CustomData { get; set; }
|
||||
public string LastServerName { get; set; }
|
||||
public List<Profile> Profiles { get; set; }
|
||||
public struct Profile
|
||||
{
|
||||
public string ServerName { get; set; }
|
||||
public string Argument { get; set; }
|
||||
public string OriginalArgument { get; set; }
|
||||
public string RuntimeVersion { get; set; }
|
||||
public List<string> CustomData { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
Reference in New Issue
Block a user