Add support for StructureInvaderCore.spawning
shanemadden opened this issue · 1 comments
shanemadden commented
Invader core structures now expose info about the creeps they are spawning - https://screeps.com/forum/topic/3151/changelog-2021-01-25
Need to confirm if .spawn
returns an invader core, necessitating the change from returning StructureSpawn
to just Structure
.
shanemadden commented
Resolved in #333