mirror of
https://codeberg.org/icewind/tf-log-parser.git
synced 2026-06-04 02:34:10 +02:00
ahash
This commit is contained in:
parent
7bd667004b
commit
a27d1a8f6b
9 changed files with 25 additions and 22 deletions
|
|
@ -95,9 +95,7 @@ impl EventHandler for ClassStatsHandler {
|
|||
}
|
||||
}
|
||||
|
||||
fn finish_global(self, _subjects: &SubjectMap) -> Self::GlobalOutput {
|
||||
|
||||
}
|
||||
fn finish_global(self, _subjects: &SubjectMap) -> Self::GlobalOutput {}
|
||||
|
||||
fn finish_per_subject(
|
||||
&mut self,
|
||||
|
|
|
|||
|
|
@ -235,7 +235,6 @@ impl<T: GlobalData> EventHandler for T {
|
|||
_subject: &SubjectData,
|
||||
_data: Self::PerSubjectData,
|
||||
) -> Self::PerSubjectOutput {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -269,9 +268,7 @@ impl<T: PlayerSpecificData + Default> EventHandler for PlayerHandler<T> {
|
|||
subject_data.handle_event(meta, subject, event)
|
||||
}
|
||||
|
||||
fn finish_global(self, _subjects: &SubjectMap) -> Self::GlobalOutput {
|
||||
|
||||
}
|
||||
fn finish_global(self, _subjects: &SubjectMap) -> Self::GlobalOutput {}
|
||||
|
||||
fn finish_per_subject(
|
||||
&mut self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue