~starkingdoms/starkingdoms

ref: acd7621cd003ebaf380f59fdceaa9459ba91fcb2 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
acd7621c — core chore(netcode-rewrite): further code cleanup & simplification 30 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;