pub fn parse_event_rev0<R: Read>(input: R) -> ParseResult<CbtEvent>
Expand description

Parse a single combat event.

This works for old combat events, i.e. files with revision == 0.

  • input - Input stream.