コード例 #1
0
ファイル: PointS.cs プロジェクト: ggand0/Tasrush-2DActionGame
 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;
 }