Batch 1 - Scripts

This commit is contained in:
Rohan
2026-07-21 08:58:18 +05:30
parent 604c0c786a
commit 1dcd8bf80b
41 changed files with 655 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ public class PlayerDepositStation : MonoBehaviour
playerInside = true;
UI_Manager.Instance?.ShowInteractionPrompt(
"Press F To Deposit");
"Press the interaction button to deposit the cash.");
MobileInteractButton.Instance?.Show();
}