Hey!
I apologize in advance for my English, because it isn’t good. I believe you will understand me.
I have a problem with understanding this method:
public void SetWaveConfig(WaveConfig waveConfig)
{
this.waveConfig = waveConfig;
}
I don’t know if I’m right, but each waveConfig in this class after “this.” is replaced by waveConfig after equal sign, but I don’t understand what it gives. What does this change? I know I might be wrong and I accept it. Maybe I didn’t quite understand what Rick said because of my English, but I didn’t have major problems before. I believe you can help me!