Пример #1
0
 void Start()
 {
     _duplicatable       = GetComponent <Duplicatable>();
     _tapToPlaceOnBoard  = GetComponent <TapToPlaceOnBoard>();
     _interactibleAction = GetComponent <InteractibleAction>();
     _textMesh           = GetComponentInChildren <TextMesh>();
 }
 public void SetIAction(InteractibleAction iAction)
 {
     this.iAction = iAction;
 }
Пример #3
0
 void Start()
 {
     _duplicatable = GetComponent<Duplicatable>();
     _tapToPlaceOnBoard = GetComponent<TapToPlaceOnBoard>();
     _interactibleAction = GetComponent<InteractibleAction>();
 }