mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-14 18:01:12 +03:00
7 lines
159 B
C#
7 lines
159 B
C#
namespace LauncherGUI.ViewModels;
|
|
|
|
public partial class SettingsWindowViewModel : ViewModelBase
|
|
{
|
|
// I save launcher data mostly in MainWindowViewModel.
|
|
}
|