jl-ecs/examples/rtss-cg/state/section_state.go

8 lines
110 B
Go
Raw Permalink Normal View History

2023-08-10 18:11:26 +08:00
package state
//物理区段状态
type PhysicalSectionState struct {
//是否有车占用
Occupied bool
}