private bool DeserializeAsClient(BinaryReader reader, int senderPlayerId) { byte messageAuthor = reader.ReadByte(); ChatHelper.DisplayMessage(NetworkText.Deserialize(reader), reader.ReadRGB(), messageAuthor); return(true); }