Added damage type solutions

This commit is contained in:
2025-02-13 14:40:31 +01:00
parent 8f195a479c
commit 5de8f8b104
7 changed files with 1297 additions and 836 deletions

View File

@@ -1,5 +1,6 @@
{
"dependencies": {
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.localization": "1.5.4",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.postprocessing": "3.4.0",

View File

@@ -39,11 +39,20 @@
},
"com.unity.ext.nunit": {
"version": "2.0.5",
"depth": 4,
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.22",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"url": "https://packages.unity.com"
},
"com.unity.localization": {
"version": "1.5.4",
"depth": 0,
@@ -167,7 +176,7 @@
},
"com.unity.test-framework": {
"version": "1.4.5",
"depth": 3,
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "2.0.3",