dotnet7 compat, DLSS, network manager rewrite and other fixes
This commit is contained in:
@@ -17,7 +17,8 @@ namespace Game
|
||||
public static GameplayGlobals Globals { get; private set; }
|
||||
public static Config Config { get; private set; }
|
||||
|
||||
public static void Init()
|
||||
//public static void Init()
|
||||
static AssetManager()
|
||||
{
|
||||
Globals = Content.Load<GameplayGlobals>(Path.Combine(ContentPath, "Settings", "GameSettings", "GameplayGlobals.flax"));
|
||||
Config = ConfigParser.ParseFile(Path.Combine(ContentPath, "config.cfg"));
|
||||
|
||||
Reference in New Issue
Block a user