/ / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 / /   U T A G E :   U n i t y   T e x t   A d v e n t u r e   G a m e   E n g i n e 
 / /   C o p y r i g h t   2 0 1 4   R y o h e i   T o k i m u r a 
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 u s i n g   U n i t y E d i t o r ; 
 u s i n g   U n i t y E n g i n e ; 
 u s i n g   S y s t e m . I O ; 
 
 n a m e s p a c e   U t a g e 
 { 
 	 / / [n00000000 0T o o l s > U t a g e NNn0Qto0hQf0S0S0K00|Ts0QY0
 	 p u b l i c   c l a s s   A d x 2 M e u T o o l   :   S c r i p t a b l e O b j e c t 
 	 { 
 	 	 c o n s t   i n t   P r i o r i t y   =   2 0 0 0 ; 
 
 	 	 / / /   < s u m m a r y > 
 	 	 / / /   [n0`1X0O0
 	 	 / / /   < / s u m m a r y > 
 	 	 [ M e n u I t e m ( U t a g e . M e u T o o l . M e u T o o l R o o t   +   " A b o u t   A d x 2 F o r U t a g e . . . " ,   p r i o r i t y   =   P r i o r i t y   +   2 ) ] 
 	 	 s t a t i c   v o i d   O p e n A b o u t L i v e 2 D ( ) 
 	 	 { 
 	 	 	 E d i t o r W i n d o w . G e t W i n d o w ( t y p e o f ( A b o u t A d x 2 F o r U t a g e ) ,   f a l s e ,   " A d x 2 " ) ; 
 	 	 } 
 	 } 
 
 	 p u b l i c   c l a s s   A b o u t A d x 2 F o r U t a g e   :   E d i t o r W i n d o w 
 	 { 
 	 	 c o n s t   s t r i n g   u r l   =   " h t t p : / / m a d n e s s l a b o . n e t / u t a g e / " ; 
 	 	 v o i d   O n G U I ( ) 
 	 	 { 
 	 	 	 G U I L a y o u t . L a b e l ( " V e r s i o n   0 . 0 5 " ) ; 
 
 	 	 	 G U I L a y o u t . S p a c e ( 1 0 ) ; 
 	 	 	 G U I S t y l e   s t y l e   =   G U I . s k i n . l a b e l ; 
 	 	 	 s t y l e . r i c h T e x t   =   t r u e ; 
 	 	 	 i f   ( G U I L a y o u t . B u t t o n (   C o l o r U t i l . A d d C o l o r T a g ( " W e b S i t e " , C o l o r . b l u e ) ,   s t y l e   ) ) 
 	 	 	 { 
 	 	 	 	 A p p l i c a t i o n . O p e n U R L ( u r l ) ; 
 	 	 	 } 
 	 	 } 
 	 } 
 } 