mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-13 07:10:46 -05:00
9 lines
119 B
C#
9 lines
119 B
C#
|
using ReactiveUI;
|
||
|
|
||
|
namespace PatchGenerator.ViewModels
|
||
|
{
|
||
|
public class ViewModelBase : ReactiveObject
|
||
|
{
|
||
|
}
|
||
|
}
|