コード例 #1
0
ファイル: Footstep.cs プロジェクト: lagdotcom/qroute
 public override void Draw(IDraw d)
 {
     d.Dot(Origin, StepColor);
 }