~starkingdoms/starkingdoms

ref: 0a56ebc381389eb63ab5cb3c3522d9ea2475e9d8 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
0a56ebc3 — core aaa ??? ?? ? ?? ???????????????????????????????????????????? i would like to explosion 15 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) {}
}