diff --git a/src/physics.rs b/src/physics.rs index 235a5e1..e904a8d 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -744,6 +744,8 @@ pub struct PhysicsState{ //the spawn point is where you spawn when you load into the map. //This is not the same as Reset which teleports you to Spawn0 spawn_point:Planar64Vec3, + //lmao lets go + start_time:Option