~starkingdoms/starkingdoms

ref: 967e654f181005058e691f7663a35ec39a14d2f4 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
967e654fghostly_zsh feat: drill button below close button + planet resources a day 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) {}
}