2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-12-14 20:33:38 +01:00

added new runtimes

This commit is contained in:
msmshazan
2018-10-21 23:04:32 +05:30
parent 529126bfa7
commit 6285895ad5
23 changed files with 378 additions and 82 deletions

12
Test.NetFX/Program.cs Normal file
View File

@@ -0,0 +1,12 @@
using Test.Common;
namespace Test.NetFX
{
class Program
{
static void Main(string[] args)
{
Common.Test.Run();
}
}
}