~starkingdoms/starkingdoms

ref: c286244e20a5c15a2e001b481016d1cb51c87d4a starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 146 bytes
c286244eghostly_zsh more insanity 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) {
        
    }
}