~starkingdoms/starkingdoms

ref: ship-editor starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
f85bb4deghostly_zsh ship editor fix: thruster attachment and connected part sprite an hour 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;