public PointS(Stage stage, float x, float y, int width, int height, TracingFoothold tF) : base(stage, x, y, width, height) { this.tF = tF; }