Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
15
pub struct SelfDestructTimer(pub f32);
16
#[derive(Component)]
17
pub struct Velocity(pub cgmath::Vector3<f32>);
18
Callers
1
spawn_system
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected