~starkingdoms/starkingdoms

ref: 7ee6868a2a9338ac4b67c4cdc44dfdae6f2f0a1f starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 197 bytes
7ee6868aTerraMaster85 fix: planet indicator direction 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;