public RustProto.Avatar.Builder AddBlueprints(RustProto.Blueprint.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.blueprints_.Add(builderForValue.Build()); return(this); }
public RustProto.Avatar.Builder SetBlueprints(int index, RustProto.Blueprint.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.blueprints_[index] = builderForValue.Build(); return(this); }