mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
[+] 合理化目录结构 精简非必要插件如确定性物理库以及Recast插件。
[+] 合理化目录结构 精简非必要插件如确定性物理库以及Recast插件。
This commit is contained in:
@@ -4,7 +4,6 @@ using MongoDB.Bson;
|
||||
using MongoDB.Bson.IO;
|
||||
using MongoDB.Bson.Serialization;
|
||||
using MongoDB.Bson.Serialization.Conventions;
|
||||
using TrueSync;
|
||||
using Unity.Mathematics;
|
||||
using MongoHelper = TEngine.Core.MongoHelper;
|
||||
|
||||
@@ -23,12 +22,6 @@ public sealed class MongoHelper : Singleton<MongoHelper>
|
||||
RegisterStruct<float3>();
|
||||
RegisterStruct<float4>();
|
||||
RegisterStruct<quaternion>();
|
||||
|
||||
RegisterStruct<FP>();
|
||||
RegisterStruct<TSVector>();
|
||||
RegisterStruct<TSVector2>();
|
||||
RegisterStruct<TSVector4>();
|
||||
RegisterStruct<TSQuaternion>();
|
||||
}
|
||||
|
||||
public static void RegisterStruct<T>() where T : struct
|
||||
|
@@ -2,8 +2,6 @@
|
||||
"name": "DotNet",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:d020df1f2b63b444e8ca93c0d88597e2",
|
||||
"GUID:756335c0388f7114790e504ed368ae1d",
|
||||
"GUID:d8b63aba1907145bea998dd612889d6b",
|
||||
"GUID:aa06d4cc755c979489c256c1bcca1dfb"
|
||||
],
|
||||
|
Reference in New Issue
Block a user