~starkingdoms/starkingdoms

ref: 94336e646a19dd15e9b88289757a2057676450a5 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
94336e64ghostly_zsh ship editor feat: attachment 19 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;