Example #1
0
 public RustProto.Avatar.Builder AddBlueprints(RustProto.Blueprint.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.blueprints_.Add(builderForValue.Build());
     return(this);
 }
Example #2
0
 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);
 }