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 8b03342 commit 8945d9fCopy full SHA for 8945d9f
events/events.go
@@ -213,11 +213,15 @@ type SmokeExpired struct {
213
}
214
215
// FireGrenadeStart signals the start of a molly/incendiary.
216
+// GrenadeType will always be EqIncendiary as it's not networked whether it's an incendiary or molotov.
217
+// Thrower will always be nil as this isn't networked.
218
type FireGrenadeStart struct {
219
GrenadeEvent
220
221
222
// FireGrenadeExpired signals that all fires of a molly/incendiary have extinguished.
223
224
225
type FireGrenadeExpired struct {
226
227
0 commit comments