This commit is contained in:
CortexCore
2025-02-24 23:02:43 +08:00
parent 41715e4413
commit 8261a458e2
105 changed files with 2934 additions and 696 deletions

View File

@@ -1,6 +1,8 @@
using System;
using Newtonsoft.Json;
using Unity.Mathematics;
using YamlDotNet.Core;
using YamlDotNet.Serialization;
#if NET5_0_OR_GREATER
namespace BITKit
@@ -190,4 +192,4 @@ namespace BITKit
}
}
}
#endif
#endif