|
|
|
|
|
|
|
|
|
|
[SerializeField] private LocalizeStringEvent _choiceText = default; |
|
|
|
[SerializeField] private DialogueChoiceChannelSO _makeAChoiceEvent = default; |
|
|
|
[SerializeField] private Button _actionButton = default; |
|
|
|
[SerializeField] private Button _actionButton = default; |
|
|
|
|
|
|
|
Choice currentChoice; |
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
public void SetSelected() |
|
|
|
{ |
|
|
|
if(_actionButton != null) |
|
|
|
_actionButton.Select(); |
|
|
|
if (_actionButton != null) |
|
|
|
_actionButton.Select(); |
|
|
|
|
|
|
|
} |
|
|
|
} |