~starkingdoms/starkingdoms

ref: 0463a5645b803f979f0efb597469ed3ea3de00b3 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
0463a564ghostly_zsh feat: drill drills (in theory) 18 hours 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;