~starkingdoms/starkingdoms

ref: a85763a0e59339d07d2589197fb2a3985e3f92d0 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
a85763a0ghostly_zsh feat: orbit prediction 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;