This commit is contained in:
2025-01-15 21:41:44 -08:00
parent 7f9a16a56d
commit 035736e7af
2 changed files with 24 additions and 4 deletions
lib/common/src
strafe-client/src

@ -1,6 +1,6 @@
use crate::integer::Time;
#[derive(Debug)]
#[derive(Clone,Debug)]
pub struct TimedInstruction<I,T>{
pub time:Time<T>,
pub instruction:I,