Esempio n. 1
0
 public void MergeFrom(RectangleI other)
 {
     if (other == null)
     {
         return;
     }
     if (other.p0_ != null)
     {
         if (p0_ == null)
         {
             p0_ = new global::SC2APIProtocol.PointI();
         }
         P0.MergeFrom(other.P0);
     }
     if (other.p1_ != null)
     {
         if (p1_ == null)
         {
             p1_ = new global::SC2APIProtocol.PointI();
         }
         P1.MergeFrom(other.P1);
     }
 }
Esempio n. 2
0
 public void MergeFrom(RectangleI other)
 {
     if (other == null)
     {
         return;
     }
     if (other.p0_ != null)
     {
         if (p0_ == null)
         {
             p0_ = new global::ProxyStarcraft.Proto.PointI();
         }
         P0.MergeFrom(other.P0);
     }
     if (other.p1_ != null)
     {
         if (p1_ == null)
         {
             p1_ = new global::ProxyStarcraft.Proto.PointI();
         }
         P1.MergeFrom(other.P1);
     }
 }
Esempio n. 3
0
 public void MergeFrom(RectangleI other)
 {
     if (other == null)
     {
         return;
     }
     if (other.p0_ != null)
     {
         if (p0_ == null)
         {
             p0_ = new global::NydusNetwork.API.Protocol.PointI();
         }
         P0.MergeFrom(other.P0);
     }
     if (other.p1_ != null)
     {
         if (p1_ == null)
         {
             p1_ = new global::NydusNetwork.API.Protocol.PointI();
         }
         P1.MergeFrom(other.P1);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }