public void Write(GamePacketWriter writer)
 {
     BackgroundIcon.Write(writer);
     ForegroundIcon.Write(writer);
     ScanLines.Write(writer);
 }