public void Serialize(BitBuffer buffer) { buffer.EnqueueInt(playerId); foreach (bool mov in rdlu) { buffer.EnqueueBool(mov); } }