コード例 #1
0
ファイル: CoolPlane.cs プロジェクト: neringga/psp
 public void Turn(string side)
 {
     _wheel.Turn(side);
 }