示例#1
0
 public ArtefactNodeInfo(string WsId, BaseComponentInfo ArtComponentInfo, ArtefactType artTypeInfo, string DataFlowID)
 {
     webServiceID          = WsId;
     artType               = artTypeInfo;
     artefactInfo          = null;
     artefactComponentInfo = ArtComponentInfo;
     dataFlowID            = DataFlowID;
 }
示例#2
0
 public Artefact(ArtefactType type, int powerValue, int cooldown)
 {
     Type            = type;
     this.cooldown   = cooldown;
     this.powerValue = powerValue;
 }