Skip to content

Commit

Permalink
feat: add asmdef files
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Apr 10, 2020
1 parent c03acab commit 24710fc
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "UIEffect-Editor",
"references": [
"UIEffect"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": []
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Coffee/UIExtensions/UIEffect/Scripts/UIEffect.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "UIEffect"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24710fc

Please sign in to comment.