Skip to content

Commit

Permalink
Merge pull request #28 from yutopp/feature/support_adf
Browse files Browse the repository at this point in the history
Add asmdef files
  • Loading branch information
Masataka SUMI authored Jan 31, 2019
2 parents e0ed495 + 84b14c1 commit 95d383b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MToon/Editor/MToon.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "MToon.Editor",
"references": [
"MToon"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false
}
7 changes: 7 additions & 0 deletions MToon/Editor/MToon.Editor.asmdef.meta

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

3 changes: 3 additions & 0 deletions MToon/MToon.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "MToon"
}
7 changes: 7 additions & 0 deletions MToon/MToon.asmdef.meta

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

0 comments on commit 95d383b

Please sign in to comment.