~starkingdoms/starkingdoms

ref: 11e8a560ca3014cf9edbaacaf41d2818fdaabc3d starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
11e8a560ghostly_zsh feat: crafting buttons cause parts to spawn 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;