~starkingdoms/starkingdoms

ref: 53cdaab5055676a715771adc68b7b44eacb863be starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
53cdaab5ghostly_zsh merge stuff? 16 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;