~starkingdoms/starkingdoms

ref: 1991fb85e494fb35c0c5c9b6838f9e87c31b8908 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 197 bytes
1991fb85 — core mystery work? a month 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;