~starkingdoms/starkingdoms

ref: 3f9bb7e1b60dbf2bca283c9b3d82c51b0f17425e starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
3f9bb7e1ghostly_zsh feat: avian f64, which means orbit springs work now 17 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) {}
}