nightfall-planes/attackDefs.ts
2023-07-07 17:40:59 -06:00

14 lines
162 B
TypeScript

export const attackRanges = {
airToAir: {
min: 0,
max: 2
},
airToGround: {
min: 0,
max: 2
},
groundToAir: {
min: 0,
max: 2
}
}