~starkingdoms/starkingdoms

ref: 54589315a90d94a48978d94420ff0a656d81a2df starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
54589315 — core feat: thruster metadata 26 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) {}
}