~starkingdoms/starkingdoms

ref: 794916c572daff5b5038ea6488e8bdd133c31ffa starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
794916c5core Merge branch 'core/rewrite-it-all-again-lmao' into 'master' 5 months 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) {}
}