Skip to content

Commit da4bee6

Browse files
authored
Create 82c-Javascript Property Drawer-NewPropertyDrawerScript.js.txt
1 parent 2b19dff commit da4bee6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#pragma strict
2+
3+
@CustomPropertyDrawer (#SCRIPTNAME#)
4+
class #SCRIPTNAME# extends PropertyDrawer {
5+
6+
function OnGUI () {
7+
8+
}
9+
10+
}

0 commit comments

Comments
 (0)