~starkingdoms/starkingdoms

ref: 56e94bf7ed65d255adc54b6003247fb49debf3c7 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
56e94bf7ghostly_zsh feat: added some parts, and all planets have a resource 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;