Behavior.ValidateAndMove(this,
X + direction.X * speed * time.thisTickTimes / 1000,
Y + direction.Y * speed * time.thisTickTimes / 1000
);
Behavior.ValidateAndMove(this,
X + direction.X * time.thisTickTimes / 190,
Y + direction.Y * time.thisTickTimes / 190
);
