예제 #1
0
 public PointS(Stage stage, float x, float y, int width, int height, TracingFoothold tF)
     : base(stage, x, y, width, height)
 {
     this.tF = tF;
 }
예제 #2
0
 public PointS(Stage stage, float x, float y, int width, int height, TracingFoothold tF)
     : base(stage, x, y, width, height)
 {
     this.tF = tF;
 }