~starkingdoms/starkingdoms

ref: 6b97d95b0b329bc62a4bf9a3feafbe56545e761e starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
6b97d95b — core chore: please kill me (i hate netcode) 24 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) {}
}