Exemplo n.º 1
0
 public void WriteToStream(IPacketCodec content)
 {
     content.Write(Count);
     content.WriteVarInts(EntityIds);
 }