public FacingStep(Vector2 PersonLoc, int Facing) : base(PersonLoc) { Target = PersonLoc + Being.GetDirection(Facing); }