~starkingdoms/starkingdoms

ref: b22f51390f3852002ea507882bf99e011a5e4be4 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
b22f5139ghostly_zsh fix: thrusters erroneously causing a realigning torque mostly remedied 6 hours 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;