~starkingdoms/starkingdoms

ref: 7ee6868a2a9338ac4b67c4cdc44dfdae6f2f0a1f starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
7ee6868aTerraMaster85 fix: planet indicator direction 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) {}
}