void SetInitialReferences()
 {
     useAbleMaster     = GetComponent <UseAble_Master>();
     playerSoundSource = GameObject.FindGameObjectWithTag("Player").GetComponent <AudioSource>();
 }
예제 #2
0
 void SetInitialReferences()
 {
     useAbleMaster = GetComponent <UseAble_Master>();
     player        = GameObject.FindGameObjectWithTag("Player");
 }