// Token: 0x06000FB8 RID: 4024 RVA: 0x0004AA8B File Offset: 0x00048C8B
 public static void SetWord(byte[] buff, ref int pos, ushort w)
 {
     ParseSerialize.SetWord(buff, ref pos, (short)w);
 }