~starkingdoms/starkingdoms

ref: 2d5ff0a310c97ebb043da03fd0ac886509af6b02 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
2d5ff0a3 — core fix: disable binstall telemetry that's interactive and stops ci 17 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;