~starkingdoms/starkingdoms

ref: d93da738ce01cdab35e6a50c7f1eceadfb08d406 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 146 bytes
d93da738ghostly_zsh planet positions and gravity changed 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
use bevy::app::{App, Plugin};

pub struct ParticlePlugin;

impl Plugin for ParticlePlugin {
    fn build(&self, app: &mut App) {
        
    }
}