rustyscreeps/screeps-game-api

Add support for StructureInvaderCore.spawning

shanemadden opened this issue · 1 comments

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.

Resolved in #333