~starkingdoms/starkingdoms

ref: 30a38bc4ffe5d95dfa97578d8e368897da9e488b starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
30a38bc4ghostly_zsh feat: constant cooling and heating from thrusters a day ago
                                                                                
1
2
3
4
5
6
7
use bevy::app::{App, Plugin};

pub struct ParticlePlugin;

impl Plugin for ParticlePlugin {
    fn build(&self, _app: &mut App) {}
}