add school
This commit is contained in:
@@ -5,8 +5,6 @@ public class SecretaryDesk : BaseInteractableObject
|
||||
{
|
||||
[SerializeField]
|
||||
private DialogSO _dialogSO;
|
||||
[SerializeField]
|
||||
private DialogCategorySO _dialogOptionsSO;
|
||||
|
||||
protected override void PrepareMenuActions()
|
||||
{
|
||||
@@ -21,6 +19,6 @@ public class SecretaryDesk : BaseInteractableObject
|
||||
private void OnConfirm(IDialogOption selectedOption)
|
||||
{
|
||||
//_player.JobPosition = (selectedOption as EducationInfoSO).JobPosition;
|
||||
print($"player selected position is {_player.JobPosition}");
|
||||
print($"player selected position is {(selectedOption as EducationInfoSO).Description}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user