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