public DmlBullet(Vector2 position, DmlBulletFactory factory) { Origin = position; this.factory = factory; }