NScumm.Sky.Logic.FnSkipIntroCode C# (CSharp) Method

FnSkipIntroCode() private method

private FnSkipIntroCode ( uint a, uint b, uint c ) : bool
a uint
b uint
c uint
return bool
        private bool FnSkipIntroCode(uint a, uint b, uint c)
        {
            SystemVars.Instance.PastIntro = true;
            return true;
        }
Logic