~starkingdoms/starkingdoms

ref: 268047aaf3cc14686d94757d6232fc5083cc2d49 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
268047aaghostly_zsh fix: orbit predictor is now actually positioned correctly on the screen 18 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;