~starkingdoms/starkingdoms

ref: 89c38c327e6eca6da0ab6d0d2b03d6af21b9f244 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
89c38c32ghostly_zsh fix: parts have initial velocity matching parent planet, and orbit indicator uses relative velocity a month 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) {}
}