Skip to content

Commit

Permalink
changed execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
Percevent13 committed Aug 16, 2024
1 parent e4cb555 commit 9dffc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Runtime/Listeners/TimelineTriggerEventListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// </summary>
namespace jeanf.EventSystem
{
[System.Serializable]
[System.Serializable, DefaultExecutionOrder(-1)]
public class TimelineBoolEvent : UnityEvent<PlayableAsset, bool>
{

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fr.jeanf.eventsystem",
"version": "0.1.109",
"version": "0.1.110",
"displayName": "Event System",
"description": "This package contains a basic Event System based on Scriptable Objects as communication medium",
"unity": "2021.3",
Expand Down

0 comments on commit 9dffc0d

Please sign in to comment.