EasterEggsSettingsBuilder constructor
- EasterEggsSettings initial
Fills in the fields with the given initial
settings.
Implementation
EasterEggsSettingsBuilder(EasterEggsSettings initial) :
badApple = initial.badApple,
enableClippy = initial.enableClippy,
segaSound = initial.segaSound,
segaIntro = initial.segaIntro;