MCPcopy Create free account
hub / github.com/TanTanDev/runity / SelfDestructTimer

Class SelfDestructTimer

rust/game/src/particles.rs:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14#[derive(Component)]
15pub struct SelfDestructTimer(pub f32);
16#[derive(Component)]
17pub struct Velocity(pub cgmath::Vector3<f32>);
18

Callers 1

spawn_systemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected