Net 4.8 upgrade (#27)

* Framework 4.8 Upgrade and small memory access change

* update tests to 4.8

* update mod_id for torch mod
This commit is contained in:
Bishbash777
2022-01-16 23:12:55 +00:00
committed by GitHub
parent 73ee686a84
commit f89170c37d
16 changed files with 83 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ namespace Torch.Mod
[MySessionComponentDescriptor(MyUpdateOrder.AfterSimulation)]
public class TorchModCore : MySessionComponentBase
{
public const ulong MOD_ID = 1406994352;
public const ulong MOD_ID = 2722000298;
private static bool _init;
public static bool Debug;