~starkingdoms/starkingdoms

ref: 1f4fec66a1e4c2148cc8ef59bf7adfb1cb77e3df starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
1f4fec66ghostly_zsh ship editor feat: detaching works ish 5 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;