Example #1
0
 public void FromBin(NetSocket.ByteArray bin)
 {
     byte temp;
     bin.Get_ (out temp);
     type = (twp.app.city.CityResumeElemType)temp;
     innerUnion.FromBin (bin, type);
 }
Example #2
0
 void FromBin(NetSocket.ByteArray bin)
 {
     byte temp;
     bin.Get_ (out temp);
     type = (twp.app.city.CityResumeElemType)temp;
 }