Skip to content

Commit 813b2b0

Browse files
authored
Merge pull request bdovaz#210 from bdovaz/feature/fix-missing-dependencies
Add missing MonoMod dependencies
2 parents cab407c + 5338f80 commit 813b2b0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

registry.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,27 @@
759759
"UNITY_EDITOR"
760760
]
761761
},
762+
"MonoMod.Backports": {
763+
"listed": true,
764+
"version": "1.0.0",
765+
"defineConstraints": [
766+
"UNITY_EDITOR"
767+
]
768+
},
769+
"MonoMod.Core": {
770+
"listed": true,
771+
"version": "1.0.0",
772+
"defineConstraints": [
773+
"UNITY_EDITOR"
774+
]
775+
},
776+
"MonoMod.ILHelpers": {
777+
"listed": true,
778+
"version": "1.0.0",
779+
"defineConstraints": [
780+
"UNITY_EDITOR"
781+
]
782+
},
762783
"MonoMod.RuntimeDetour": {
763784
"listed": true,
764785
"version": "18.11.9.9",

0 commit comments

Comments
 (0)