public void Show() { BaseStandShowPiece baseStand = _stand.GetComponent <BaseStandShowPiece>(); baseStand.Show(); baseStand.Subscribe(); }
protected override void InitialiseStrategy() { _stand = GetComponentInParent <BaseStandShowPiece>(); RemoveHighlight(); _standFocusController = new TeleStandFocusController(_stand); }
public TeleStandFocusController(BaseStandShowPiece stand) { _stand = stand; }