~starkingdoms/starkingdoms

ref: 91bd5bd18538b8cdb88fbf475555590cf3c62f6d starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
91bd5bd1 — core improved ci/cd 23 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;