~starkingdoms/starkingdoms

ref: 18d91b33562bafd29c848910859ce14180512337 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
18d91b33ghostly_zsh fix: orbit prediction actually follows hill spheres 18 days 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) {}
}