예제 #1
0
파일: CoolPlane.cs 프로젝트: neringga/psp
 public void Turn(string side)
 {
     _wheel.Turn(side);
 }