~starkingdoms/starkingdoms

ref: 2669deac65a56c4f4182ccc45217446ffb8b8e56 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
2669deacghostly_zsh feat: variable storage works in crafting 7 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;