NScumm.Core.Audio.SoftSynth.Struct10.Struct10 C# (CSharp) Method

Struct10() public method

public Struct10 ( ) : System
return System
        public Struct10()
        {
            TableA = new byte[4];
            TableB = new byte[4];
        }
    }
Struct10