~starkingdoms/starkingdoms

ref: 6cccb902b13a62f2c2f8990ab13dab51a3f5488a starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
6cccb902 — core feat: actually send the event 26 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;