~starkingdoms/starkingdoms

ref: 827d7ac625a9afa1a6afee0c2e10e0afc1fcb162 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
827d7ac6 — core chore: client refactoring 26 days 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;