added new project for the vr engine

This commit is contained in:
Sem van der Hoeven
2020-09-16 09:32:41 +02:00
parent 72c369a578
commit 34a3e409ab
3 changed files with 46 additions and 0 deletions

12
RH-Engine/Program.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
namespace RH_Engine
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}