Esempio n. 1
0
 public Move_EventType(string unit, int timer,VectorType location)
     : base(unit, timer)
 {
     this.location = location;
 }
Esempio n. 2
0
 public Move_EventType(string unit, int timer)
     : base(unit, timer)
 {
     location = new VectorType();
 }