internal void fadeSetDestinationEffect() { if (team != Mothership.Team.blue || destinationEffectSpriteNode == null) { return; } destinationEffectSpriteNode.run(SKAction.fadeAlphaTo(0.0f, 0.5f)); }