RocksmithToolkitLib.PsarcLoader.PSARC.PSARC C# (CSharp) Method

PSARC() public method

public PSARC ( ) : System
return System
        public PSARC()
        {
            _header = new Header();
            _toc = new List<Entry> { new Entry() };
        }

Same methods

PSARC::PSARC ( bool Memory ) : System