/ / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 / /   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   S y s t e m . C o l l e c t i o n s . G e n e r i c ; 
 u s i n g   S y s t e m . I O ; 
 u s i n g   S y s t e m ; 
 u s i n g   U n i t y E n g i n e ; 
 
 n a m e s p a c e   U t a g e 
 { 
 
 	 / / /   < s u m m a r y > 
 	 / / /   0000{t
 	 / / /   < / s u m m a r y > 
 	 p u b l i c   c l a s s   A d x 2 L e F o r U t a g e   :   M o n o B e h a v i o u r 
 	 { 
 	 	 / / 0000n0Bfc[0000g0Y00K0
 	 	 p u b l i c   b o o l   E n a b l e F a d e O n D a t a   {   g e t   {   r e t u r n   e n a b l e F a d e O n D a t a ;   }   } 
 	 	 [ S e r i a l i z e F i e l d ] 
 	 	 b o o l   e n a b l e F a d e O n D a t a   =   t r u e ; 
 
 	 	 / / [n000000-[g0n0000000000te0!qY00
 	 	 p u b l i c   b o o l   I g n o r e C o n f i g M a s t e r V o l u m e   {   g e t   {   r e t u r n   i g n o r e C o n f i g M a s t e r V o l u m e ;   }   } 
 	 	 [ S e r i a l i z e F i e l d ] 
 	 	 b o o l   i g n o r e C o n f i g M a s t e r V o l u m e   =   f a l s e ; 
 
 	 	 / / 000000QR
 	 	 p u b l i c   b o o l   D e b u g L o g   {   g e t   {   r e t u r n   d e b u g L o g ;   }   } 
 	 	 [ S e r i a l i z e F i e l d ] 
 	 	 b o o l   d e b u g L o g   =   f a l s e ; 
 
 	 	 / / 000000
TL0zzk`0c0_04XTk0S0n0
TMR0OF0
 	 	 p u b l i c   s t r i n g   D e f a u l t Q u e S h e e t   {   g e t   {   r e t u r n   d e f a u l t Q u e S h e e t ;   }   } 
 	 	 [ S e r i a l i z e F i e l d ] 
 	 	 s t r i n g   d e f a u l t Q u e S h e e t   =   " " ; 
 
 	 	 / / 0000Qu00000A d x 2 (uk0
NfM0
 	 	 p u b l i c   v o i d   O n C r e a t e S o u n d S y s t e m ( S o u n d M a n a g e r   s o u n d M a n a g e r ) 
 	 	 { 
 	 	 	 s o u n d M a n a g e r . B g m V o l u m e F i l t e r O f P l a y i n g V o i c e   =   1 . 0 f ; 	 / / 000Qu-Nn0000n0ϑNR0o0!qRS
 	 	 	 s o u n d M a n a g e r . S y s t e m   =   n e w   A d x 2 L e S o u n d M a n a g e r S y s t e m ( t h i s ) ; 
 	 	 } 
 
 	 	 / / 00000000n00000
NfM0Y000000000{v2
 	 	 v o i d   A w a k e ( ) 
 	 	 { 
 	 	 	 A s s e t F i l e M a n a g e r . G e t C u s t o m L o a d M a n a g e r ( ) . O n F i n d A s s e t   + =   F i n d A s s e t ; 
 	 	 } 
 
 	 	 / / 00000000n00000A d x 2 (uk0
NfM0
 	 	 v o i d   F i n d A s s e t ( s t r i n g   f i l e P a t h ,   A s s e t F i l e M a n a g e r S e t t i n g s   s e t t i n g s ,   S t r i n g G r i d R o w   r o w D a t a ,   r e f   A s s e t F i l e   a s s e t ) 
 	 	 { 
 	 	 	 A s s e t F i l e S e t t i n g   s e t t i n g   =   s e t t i n g s . F i n d S e t t i n g F r o m P a t h ( f i l e P a t h ) ; 
 	 	 	 i f   ( s e t t i n g . F i l e T y p e   = =   A s s e t F i l e T y p e . S o u n d ) 
 	 	 	 { 
 	 	 	 	 a s s e t   =   n e w   A d x 2 A s s e t F i l e ( f i l e P a t h ,   s e t t i n g ,   r o w D a t a ,   t h i s ) ; 
 	 	 	 } 
 	 	 } 
 	 } 
 } 