【修改索引状态】
This commit is contained in:
parent
78a7e174e7
commit
af7cb83fa8
@ -37,6 +37,6 @@ func CollectLXCircuitState(w ecs.World, id string) bool {
|
|||||||
// 驱动电路状态修改
|
// 驱动电路状态修改
|
||||||
// x,y:二维数组的索引
|
// x,y:二维数组的索引
|
||||||
// state : 32位的bool数组
|
// state : 32位的bool数组
|
||||||
func DriveCircuitStateChange(w ecs.World, x, y int32, state bool) {
|
func DriveCircuitStateChange(w ecs.World, x, y int, state bool) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user