~starkingdoms/starkingdoms

ref: ad2517ff63342f5d076ebc7b72f83a4b68b9b19f starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
ad2517ffghostly_zsh feat: crafting ui start a month 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) {}
}