~starkingdoms/starkingdoms

ref: 967e654f181005058e691f7663a35ec39a14d2f4 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
967e654fghostly_zsh feat: drill button below close button + planet resources 21 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;