~starkingdoms/starkingdoms

ref: 7498934a5a0ba4a15b9cd5781824e95aacb48af2 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
7498934a — core feat: bevy 0.18 a day 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) {}
}