edit level

This commit is contained in:
2025-04-09 02:35:22 +09:00
parent 2aae5b391a
commit 072b4bd146
163 changed files with 600 additions and 626 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024.
// Copyright (c), Firelight Technologies Pty, Ltd. 2025-2025.
#pragma once
@ -40,6 +40,7 @@ public:
FName GetProducerName() const { return ProducerName; }
FMOD::Studio::EventInstance* EventInstance;
bool bShouldDelayStart = 0;
private:
void Register(const FName& NameOfProducingSource);