///<summary>Writes this HLAtimeState to the specified stream.</summary>
 ///<param name="writer"> the stream to write to</param>
 ///<exception cref="IOException"> if an error occurs</exception>
 public static void Serialize(HlaEncodingWriter writer, HLAtimeState val)
 {
     writer.WriteHLAinteger32BE((int)val);
 }
Example #2
0
 ///<summary>Writes this HLAtimeState to the specified stream.</summary>
 ///<param name="writer"> the stream to write to</param>
 ///<exception cref="IOException"> if an error occurs</exception>
 public static void Serialize(HlaEncodingWriter writer, HLAtimeState val)
 {
     writer.WriteHLAinteger32BE((int)val);
 }