~starkingdoms/starkingdoms

ref: 4f93bd075f25550e5b28733e07efa96c6bed0a5c starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 146 bytes
4f93bd07ghostly_zsh scaling added, along with fixes to sampling 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) {
        
    }
}