Skip to content

Commit

Permalink
Add missing reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Dec 13, 2023
1 parent 1acf6b0 commit d4c4c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evtc/src/event/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pub use crate::{
MaxHealthEvent, TargetableEvent, TeamChangeEvent,
},
buff::{
BuffApplyEvent, BuffDamageEvent, BuffFormula, BuffInfo, BuffRemoveEvent, StackActiveEvent,
StackResetEvent,
BuffApplyEvent, BuffDamageEvent, BuffFormula, BuffInfo, BuffInitialEvent, BuffRemoveEvent,
StackActiveEvent, StackResetEvent,
},
effect::{Effect, EffectGUID, EffectOld},
log::{ErrorEvent, LogEvent},
Expand Down

0 comments on commit d4c4c96

Please sign in to comment.