~starkingdoms/starkingdoms

ref: 4aabb4e18d3924002e936b887887190d236744ca starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 146 bytes
4aabb4e1ghostly_zsh batch spawning particles 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
use bevy::app::{App, Plugin};

pub struct ParticlePlugin;

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