~starkingdoms/starkingdoms

ref: 38b4eb6a321b549a7c0b0bdc18401fc348c83c86 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 197 bytes
38b4eb6a — core feat: fix things a month ago
                                                                                
1
2
3
4
5
6
use bevy::prelude::SystemSet;

#[derive(SystemSet, Clone, PartialEq, Eq, Debug, Hash)]
pub struct WorldUpdateSet;
#[derive(SystemSet, Clone, PartialEq, Eq, Debug, Hash)]
pub struct PlayerInputSet;