~starkingdoms/starkingdoms

ref: 313a1a723ad3f815623d50227db50393b94b8e3e starkingdoms/crates/unified/src/server/system_sets.rs -rw-r--r-- 190 bytes
313a1a72ghostly_zsh feat: thermal radiation + specific heat 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;