~starkingdoms/starkingdoms

ref: 7498934a5a0ba4a15b9cd5781824e95aacb48af2 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
7498934a — core feat: bevy 0.18 22 hours 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;