BlisterUI.LogoScreen.Logo.goNext C# (CSharp) Method

goNext() public method

public goNext ( Logo &l ) : bool
l Logo
return bool
            public bool goNext(out Logo l)
            {
                l = next;
                return next != null;
            }