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:
parent
b6b55db0f9
commit
15046e8744
11 changed files with 1093 additions and 54 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue