コード例 #1
0
ファイル: MotorBike.cs プロジェクト: dust999/motorbike
 public void Break()
 {
     _rearWheel.Brake();
     _frontWheel.Brake();
 }