for (var spawn in Game.spawns) {
this is only finding the spawn in my original room, and missing spawns in my other rooms, anyone else had this issue?
I can still access my second Spawn, through Game.spawns.Spawn2, but accessing using the foreach loop and Game.spawns[spawn] isnt finding the second spawn.