Terraria.GameContent.Skies.MartianSky.IsActive C# (CSharp) Method

IsActive() public method

public IsActive ( ) : bool
return bool
        public override bool IsActive()
        {
            return _active;
        }