office table Interact

This commit is contained in:
2023-04-03 16:02:48 +03:00
parent fda05c639d
commit f2753a363b
3 changed files with 5 additions and 5 deletions
@@ -8,7 +8,7 @@ public class OfficeTable : BaseInteractableObject
public override void Interact(Player player)
{
print("Interact with office table");
UIManager.Instance.ShowJobSelectionDialog("Job agency", "job offers", null, null);
}
+1 -1
View File
@@ -54,7 +54,7 @@ public class Player : MonoBehaviour
_currentActing = PlayerStates.Awake;
UIManager.Instance.ShowJobSelectionDialog("Job agency", "job offers", null, null);
}
private void OnDestroy()