~starkingdoms/starkingdoms

ref: 5ed17b2ec1a3f95349833a08850fc8d7ef5d8d4f starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
5ed17b2eghostly_zsh feat: toggle drill button 6 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;