~starkingdoms/starkingdoms

ref: b2961310f531bdca97488e097aa49ecbe6c76f4f starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
b2961310ghostly_zsh feat: recipe list button-ified a day 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;