~starkingdoms/starkingdoms

ref: 9e70dffdd8c869d93630442f61801a7d4b56ee30 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
9e70dffd — core feat: proper part rotation 5 months 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) {}
}