~starkingdoms/starkingdoms

ref: a85763a0e59339d07d2589197fb2a3985e3f92d0 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
a85763a0ghostly_zsh feat: orbit prediction 19 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) {}
}