~starkingdoms/starkingdoms

ref: bdcf2968af61a42ed19dffcec0af6f811db9c32f starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
bdcf2968 — core Revert "netcode: part updates (mystery performance issue, probably related to lots of malloc())" 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;