예제 #1
0
 private void Awake()
 {
     eventButton = GetComponent <ButtonTwoBehaviour>();
     backDrop.SetActive(false);
     eventButton.SetButtonInteractable(false);
 }
예제 #2
0
 private void Awake()
 {
     editCrewButton = GetComponent <ButtonTwoBehaviour>();
     editCrewButton.SetButtonInteractable(false);
 }