~starkingdoms/starkingdoms

ref: 33e867eb07895ba9770a0f9c882855c84ac81aa5 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
33e867ebghostly_zsh feat: hearty in starguide 19 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) {}
}