~starkingdoms/starkingdoms

ref: 2aca53eec8059982fcc6b2af3bcc1b57621e6abf starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
2aca53ee — ghostly_zsh feat: starguide camera rendering 19 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;