Last active
September 2, 2023 22:49
-
-
Save lucasctnh/26282e31ed45079017cdfa27c8a6835a to your computer and use it in GitHub Desktop.
Code Snippet - Spawn Manager Core (Update)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private void Update() { | |
| if (GameManager.Instance.isGameRunning) | |
| GameManager.CallRepeating(SpawnHitable, ref _timer, repeatRate); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment