~starkingdoms/starkingdoms

ref: b3905a2319f3c384b06eb9a621812543223faa6c starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
b3905a23 — core netcode: remove aeronet 8 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;