~starkingdoms/starkingdoms

ref: cd7dfd17389f2794c53f43e2abe6dff9e703e423 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
cd7dfd17 — core chore: solver work 16 days 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;