Ejemplo n.º 1
0
 public PereodicAction(Character chr, int value, int callsNum, int delay, Asda2PereodicActionType type)
 {
     Chr      = chr;
     Value    = value;
     CallsNum = callsNum;
     Delay    = delay;
     Type     = type;
 }
Ejemplo n.º 2
0
 public PereodicAction(Character chr, int value, int callsNum, int delay, Asda2PereodicActionType type)
 {
     this.Chr      = chr;
     this.Value    = value;
     this.CallsNum = callsNum;
     this.Delay    = delay;
     this.Type     = type;
 }