public void Read(GamePacketReader reader)
 {
     BackgroundIcon.Read(reader);
     ForegroundIcon.Read(reader);
     ScanLines.Read(reader);
 }