Skip to content

Commit 19dcab3

Browse files
committed
fixed accidental compile break
1 parent 8e97e65 commit 19dcab3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/UnityEvents/Scripts/UnityEventSystem.cs

-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ public void QueueEvent<T_Event>(EventTarget target, T_Event ev) where T_Event :
105105
}
106106
}
107107

108-
public void QueueEvent
109-
110108
/// <summary>
111109
/// Process all queued events.
112110
/// </summary>

0 commit comments

Comments
 (0)