~starkingdoms/starkingdoms

ref: 2d5ff0a310c97ebb043da03fd0ac886509af6b02 starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
2d5ff0a3 — core fix: disable binstall telemetry that's interactive and stops ci a month 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) {}
}