~starkingdoms/starkingdoms

ref: 30a38bc4ffe5d95dfa97578d8e368897da9e488b starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
30a38bc4ghostly_zsh feat: constant cooling and heating from thrusters a day 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;