0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-13 08:50:43 -05:00
launcher/project/Aki.Launcher/ViewModels/ModInfoViewModel.cs

10 lines
171 B
C#
Raw Normal View History

2024-01-26 12:35:57 -05:00
using ReactiveUI;
namespace Aki.Launcher.ViewModels;
public class ModInfoViewModel : ViewModelBase
{
public ModInfoViewModel(IScreen Host) : base(Host)
{
}
}