~starkingdoms/starkingdoms

ref: 6aca948465e18411e666e465693deb03c97f6fd6 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
6aca9484ghostly_zsh start ship editor, added mouse navigation 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;