~starkingdoms/starkingdoms

ref: 400713570607b91c1041d6684c337df8f6586d1b starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 196 bytes
40071357 — core fix: part hot reloading 5 months ago
                                                                                
1
2
3
4
5
6
use bevy::prelude::SystemSet;

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