~starkingdoms/starkingdoms

ref: 313a1a723ad3f815623d50227db50393b94b8e3e starkingdoms/crates/unified/src/client/particles/mod.rs -rw-r--r-- 133 bytes
313a1a72ghostly_zsh feat: thermal radiation + specific heat 2 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) {}
}