Esempio n. 1
0
 public WeihuaGames.ClientClass.Attribute FromProtobuf(com.kodgames.corgi.protocol.Attribute attribute)
 {
     this.type  = attribute.type;
     this.value = attribute.value;
     return(this);
 }
Esempio n. 2
0
 public void Copy(WeihuaGames.ClientClass.Attribute attrib)
 {
     this.type  = attrib.type;
     this.value = attrib.value;
 }