~starkingdoms/starkingdoms

ref: 06f4e4a24e833f920faa0dfaaefea8f09e706eba starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
06f4e4a2ghostly_zsh feat: radiation area 18 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;