增加门控箱交互接口;修改门控箱构建逻辑bug;增加屏蔽门状态

This commit is contained in:
joylink_zhangsai 2023-10-19 17:09:32 +08:00
parent 0eb750b76a
commit d3a42565a8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ func main() {
// // idcomp := component.IdComp
// // entities := w.CreateMany(10, idcomp, system.TurnoutStateComp)
// // for i, entry := range entities {
// // idcomp.SetValue(entry, component.Id(fmt.Sprintf("%d", i)))
// // idcomp.SetValue(entry, component.ButtonCode(fmt.Sprintf("%d", i)))
// // var db bool
// // var fb bool
// // if i%2 == 0 {