~starkingdoms/starkingdoms

ref: 71ade52ef032a59f7fc96e236eefa00dbc6285d7 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
71ade52eghostly_zsh even better animation 30 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) {}
}