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