Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit ac3e820

Browse files
econoraptormoritzuehling
authored andcommitted
made FireNadeWithOwnerStarted an event
1 parent 12f5bcb commit ac3e820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DemoInfo/DemoParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public class DemoParser : IDisposable
146146
/// FireNadeStarted, but with correct ThrownBy player.
147147
/// Hint: Raised at the end of inferno_startburn tick instead of exactly when the event is parsed
148148
/// </summary>
149-
public EventHandler<FireEventArgs> FireNadeWithOwnerStarted;
149+
public event EventHandler<FireEventArgs> FireNadeWithOwnerStarted;
150150

151151
/// <summary>
152152
/// Occurs when fire nade ended.

0 commit comments

Comments
 (0)