void IDecodable.Decode(IDecoder decoder) { this.playerId = decoder.GetInt(); this.isMe = decoder.GetBool(); }