~starkingdoms/starkingdoms

ref: 44af5cad10ff206a7aa471b48821d764afefcba0 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
44af5cadghostly_zsh feat: drill does drill, and there's a resource display 15 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;