~starkingdoms/starkingdoms

ref: ec496535705de0c88de36c62bb2ef0a9bab3d464 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
ec496535ghostly_zsh fix: zoom uses projection now 3 months ago
                                                                                
1
2
3
4
5
6
use crate::prelude::*;

#[derive(SystemSet, Clone, PartialEq, Eq, Debug, Hash)]
pub struct WorldUpdateSet;
#[derive(SystemSet, Clone, PartialEq, Eq, Debug, Hash)]
pub struct PlayerInputSet;