We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba5ba4 commit 7e34b4aCopy full SHA for 7e34b4a
1 file changed
SimpleTimer.cs
@@ -39,7 +39,7 @@ public void Start()
39
StaticCoroutineHandler.StartCoroutineStatic(Timer());
40
}
41
42
- private void Execute(Action<float> action, float value) {
+ private void Execute(UnityEvent<float> action, float value) {
43
try {
44
action?.Invoke(value);
45
} catch {
0 commit comments