jutkuja
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user