Advertisement
LittleAngel

Init()

Oct 14th, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. [MenuItem ("Window/Inventory Item Editor %#e")]
  3. static void Init (){
  4. // Get existing open window or if none, make a new one:
  5. EditorWindow.GetWindow (typeof (InventoryItemEditor));
  6. }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement