public void Serialize(IO.BitStream s)
 {
     s.StreamFixedArray(ParameterArray);
     s.Stream(ref ShowInScoreboard);
 }