0
0
mirror of https://github.com/sp-tarkov/patcher.git synced 2025-02-13 07:10:46 -05:00

9 lines
119 B
C#
Raw Normal View History

using ReactiveUI;
namespace PatchGenerator.ViewModels
{
public class ViewModelBase : ReactiveObject
{
}
}