This commit is contained in:
CortexCore
2024-04-19 21:43:30 +08:00
parent e12a6e5a46
commit 3cc6491973
46 changed files with 6792 additions and 23887 deletions

View File

@@ -52,7 +52,7 @@ namespace BITFALL.LootSystem
}
private async void OnTick(float obj)
{
if (_isBusy) return;
if (_isBusy||enabled is false) return;
_isBusy = true;
tickCount++;
var cameraPosition = Camera.main.transform.position;