~starkingdoms/starkingdoms

ref: 18d91b33562bafd29c848910859ce14180512337 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
18d91b33ghostly_zsh fix: orbit prediction actually follows hill spheres 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;