~starkingdoms/starkingdoms

ref: 9f1442f20e48a04aeaba567b44a2e84c6d0c76f6 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
9f1442f2 — core feat: additional debug information in joint-debug F6 forgot a spot 24 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) {}
}