~starkingdoms/starkingdoms

ref: a83976b6cd5008d1d7f3995e247233124903232c starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
a83976b6ghostly_zsh feat: drill checks if on planet, plus drill toggle button changed to match 23 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;