~starkingdoms/starkingdoms

ref: f129783a5171f25b92498dd67fc9064ad6c9bf02 starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
f129783aghostly_zsh fix: planet sizes doubled to reduce gravity falloff 9 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;