Beispiel #1
0
 public RustProto.Avatar.Builder AddWearable(RustProto.Item.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.wearable_.Add(builderForValue.Build());
     return(this);
 }
Beispiel #2
0
 public RustProto.Avatar.Builder SetWearable(int index, RustProto.Item.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.wearable_[index] = builderForValue.Build();
     return(this);
 }