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