コード例 #1
0
 public void ReadFromStream(IPacketCodec content)
 {
     Count     = content.ReadVarInt();
     EntityIds = content.ReadVarInts(Count);
 }