Exemple #1
0
 void Awake()
 {
     keys = GetComponent <IKeyMaster>();
 }
Exemple #2
0
 private void Awake()
 {
     _aud = GetComponent <AudioSource>();
     keys = GetComponent <IKeyMaster>();
 }
Exemple #3
0
 static public IKeyMaster Get(this IKeyMaster empty)
 {
     return(KeyMaster);
 }
 void Awake()   {
     keys  =  GetComponent <IKeyMaster>();
 }