This commit is contained in:
2026-08-18 02:03:34 +08:00
parent d2cd3b9fa8
commit 517c4cf46e
157 changed files with 16536 additions and 37 deletions
@@ -0,0 +1,22 @@
{
"name": "Demo2.EditMode.Tests",
"rootNamespace": "Demo2.Tests",
"references": [
"Demo2.Domain",
"Demo2.ECS",
"Demo2.Runtime",
"NightShiftProtocol.Rules",
"Unity.Entities",
"Unity.Collections",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": ["Editor"],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": false,
"defineConstraints": ["UNITY_INCLUDE_TESTS"],
"versionDefines": [],
"noEngineReferences": false
}