Skip to content

Commit

Permalink
Fixed Build Issue in .asmdef file
Browse files Browse the repository at this point in the history
  • Loading branch information
RobProductions committed Nov 20, 2022
1 parent 2ef4bc3 commit 8ba5e1e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Editor/robproductions.opengraphgui.editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
{
"name": "robproductions.opengraphgui.editor"
}
"name": "robproductions.opengraphgui.editor",
"rootNamespace": "",
"references": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit 8ba5e1e

Please sign in to comment.