1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

medigun type, spy class data

This commit is contained in:
Robin Appelman 2025-06-28 18:26:29 +02:00
commit 15046e8744
11 changed files with 1093 additions and 54 deletions

View file

@ -28,7 +28,7 @@ pub enum PVSCompat {
impl From<UpdateType> for PVSCompat {
fn from(pvs: UpdateType) -> Self {
match pvs {
UpdateType::Preserve => PVSCompat::Preserve,
UpdateType::Delta => PVSCompat::Preserve,
UpdateType::Leave => PVSCompat::Leave,
UpdateType::Enter => PVSCompat::Enter,
UpdateType::Delete => PVSCompat::Delete,