feat: GSS2.Test - UI+DI, Vulkan render test

This commit is contained in:
2026-01-22 08:04:04 +03:00
parent 2ce8d3e966
commit 5af1c508f5
23 changed files with 1093 additions and 131 deletions
+6
View File
@@ -0,0 +1,6 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace GSS2.Test;
public abstract class ViewModelBase : ObservableObject
{ }