mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-14 18:01:12 +03:00
11 lines
246 B
C#
11 lines
246 B
C#
using System.Collections.Generic;
|
|
using Plombir;
|
|
using LauncherGUI.ViewModels;
|
|
|
|
namespace LauncherGUI.ViewModels;
|
|
|
|
public partial class VersionSelectorWindowViewModel : ViewModelBase
|
|
{
|
|
// I save launcher data mostly in MainWindowViewModel.
|
|
}
|