diff options
Diffstat (limited to 'Assets/Scripts/Editor/UIEffect-Editor.asmdef')
-rw-r--r-- | Assets/Scripts/Editor/UIEffect-Editor.asmdef | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Assets/Scripts/Editor/UIEffect-Editor.asmdef b/Assets/Scripts/Editor/UIEffect-Editor.asmdef new file mode 100644 index 0000000..56826a0 --- /dev/null +++ b/Assets/Scripts/Editor/UIEffect-Editor.asmdef @@ -0,0 +1,16 @@ +{ + "name": "UIEffect-Editor", + "references": [ + "UIEffect" + ], + "optionalUnityReferences": [], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": false, + "defineConstraints": [] +}
\ No newline at end of file |