forked from StrafesNET/strafe-project
snf: bot: fix lint SegmentId
This commit is contained in:
parent
8e228033e0
commit
c14f8975fc
@ -76,7 +76,7 @@ struct Header{
|
|||||||
#[binrw]
|
#[binrw]
|
||||||
#[brw(little)]
|
#[brw(little)]
|
||||||
#[derive(Clone,Copy,Debug,id::Id)]
|
#[derive(Clone,Copy,Debug,id::Id)]
|
||||||
struct SegmentId(u32);
|
pub struct SegmentId(u32);
|
||||||
|
|
||||||
pub struct Segment{
|
pub struct Segment{
|
||||||
pub instructions:Vec<TimedPhysicsInstruction>
|
pub instructions:Vec<TimedPhysicsInstruction>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user