~starkingdoms/starkingdoms

ref: 22aa5c96caea50d37500c724fe93766509caf6f0 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
22aa5c96 — core chore: further attempts at recursive detach 30 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) {}
}