mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-14 18:01:12 +03:00
9 lines
200 B
C#
9 lines
200 B
C#
using CommunityToolkit.Mvvm.ComponentModel;
|
|
|
|
namespace LauncherGUI.ViewModels;
|
|
|
|
public class ViewModelBase : ObservableObject
|
|
{
|
|
// I save launcher data mostly in MainWindowViewModel.
|
|
}
|