~starkingdoms/starkingdoms

ref: 02e7f65abd9f13361fff020bd4c4e9df6df3f91c starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
02e7f65aghostly_zsh fix: starfield is now changing mode to stop unreasonable computations 22 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;