~starkingdoms/starkingdoms

ref: 46b01f1b5387cb0aa191e9f983a237ae42726d68 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
46b01f1b — core feat: additional debug information in joint-debug F6 25 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) {}
}