Initial commit

This commit is contained in:
JR-Morgan
2022-09-11 00:54:29 +01:00
commit 771e2b6969
197 changed files with 219610 additions and 0 deletions
@@ -0,0 +1,11 @@
namespace VRSample.UI.ViewModels
{
public struct StreamWrapperViewModel
{
public string title;
public string description;
public string previewImage;
}
}