コード例 #1
0
        // Start is called before the first frame update

        private void Awake()
        {
            FocusInteractor     = GetComponent <IFocusInteractor>();
            FocusDisplay        = GetComponent <IFocusDisplay>();
            SelectionInteractor = GetComponent <ISelectionInteractor>();
            SelectionDisplay    = GetComponent <ISelectionDisplay>();
        }
コード例 #2
0
 protected virtual void Awake()
 {
     Root             = GetComponent <TurretShopEntryRoot>();
     selectionDisplay = GetComponent <ISelectionDisplay>();
 }