public override Rect4 TestCollision(Point3 b, Vect4 mov) { return(new HitBox(pos.x + mov.x == b.pos.x && pos.y + mov.y == b.pos.y)); }
public abstract Rect4 TestCollision(Point3 b, Vect4 mov);