Initial version
This commit is contained in:
10
src/packet.rs
Normal file
10
src/packet.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use crate::csgo_proto;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum DemoEvent {
|
||||
GameEvent(crate::game_event::GameEvent),
|
||||
ServerInfo(csgo_proto::CsvcMsgServerInfo),
|
||||
Tick(csgo_proto::CnetMsgTick),
|
||||
RankUpdate(csgo_proto::CcsUsrMsgServerRankUpdate),
|
||||
RankReveal(csgo_proto::CcsUsrMsgServerRankRevealAll),
|
||||
}
|
||||
Reference in New Issue
Block a user