A game about forced loneliness, made by TACStudios
at master 28 lines 690 B view raw
1{ 2 "name": "Unity.Multiplayer.Center.Tests", 3 "rootNamespace": "", 4 "references": [ 5 "UnityEngine.TestRunner", 6 "UnityEditor.TestRunner", 7 "Unity.InputSystem" 8 ], 9 "includePlatforms": [], 10 "excludePlatforms": [], 11 "allowUnsafeCode": false, 12 "overrideReferences": true, 13 "precompiledReferences": [ 14 "nunit.framework.dll" 15 ], 16 "autoReferenced": false, 17 "defineConstraints": [ 18 "UNITY_INCLUDE_TESTS" 19 ], 20 "versionDefines": [ 21 { 22 "name": "com.unity.inputsystem", 23 "expression": "1.4.0", 24 "define": "NEW_INPUT_SYSTEM_INSTALLED" 25 } 26 ], 27 "noEngineReferences": false 28}