This commit is contained in:
GoaLitiuM
2021-06-12 02:01:26 +03:00
parent 1b6e828abe
commit 5d98b41c85
15 changed files with 1482 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
using Flax.Build;
using Flax.Build.NativeCpp;
using System;
using System.Collections.Generic;
using System.Linq;
public class Game : GameModule
{
@@ -27,6 +29,5 @@ public class Game : GameModule
// To reference another module use: options.PublicDependencies.Add("Audio");
// To add C++ define use: options.PublicDefinitions.Add("COMPILE_WITH_FLAX");
// To learn more see scripting documentation.
BuildNativeCode = false;
}
}