~starkingdoms/starkingdoms

ref: f5b36bb07dfc827a4435fd116c1438f7776c1fa0 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
f5b36bb0ghostly_zsh fix: orbit predictor is scaled and positioned constantly on hte screen 19 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;