~starkingdoms/starkingdoms

ref: 3f9bb7e1b60dbf2bca283c9b3d82c51b0f17425e starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
3f9bb7e1ghostly_zsh feat: avian f64, which means orbit springs work now 17 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;