screepers/typed-screeps

add _bits to CostMatrix

CarsonBurke opened this issue · 0 comments

CostMatrix currently doesn't include the readable and writable _bits property used to store coord data. It probably should.

interface CostMatrix {
    _bits: Uint8Array
}