~starkingdoms/starkingdoms

ref: 2669deac65a56c4f4182ccc45217446ffb8b8e56 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
2669deacghostly_zsh feat: variable storage works in crafting 10 hours 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) {}
}