Esempio 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;
 }
Esempio 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;
 }