~starkingdoms/starkingdoms

ref: 11e8a560ca3014cf9edbaacaf41d2818fdaabc3d starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
11e8a560ghostly_zsh feat: crafting buttons cause parts to spawn 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) {}
}