public void MergeFrom(Terminated other) { if (other == null) { return; } if (other.who_ != null) { if (who_ == null) { who_ = new global::Proto.PID(); } Who.MergeFrom(other.Who); } if (other.AddressTerminated != false) { AddressTerminated = other.AddressTerminated; } }
public void MergeFrom(Workout other) { if (other == null) { return; } if (other.who_ != null) { if (who_ == null) { who_ = new global::Wobu.Everything.User(); } Who.MergeFrom(other.Who); } if (other.State != 0) { State = other.State; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); }