| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2b19dff commit da4bee6
1 file changed
| Original file line number | Diff line number | Diff 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 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments