~starkingdoms/starkingdoms

ref: 268047aaf3cc14686d94757d6232fc5083cc2d49 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
268047aaghostly_zsh fix: orbit predictor is now actually positioned correctly on the screen 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) {}
}