~starkingdoms/starkingdoms

ref: 9837d7d52e8c7056361af5290c74f24cde2aac91 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
9837d7d5 — core chore: document the attachment system somewhat 15 hours 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) {}
}