コード例 #1
0
ファイル: SwipeDetector.cs プロジェクト: quangfuky/FisxxhFimo
 public void left()
 {
     Debug.Log("Left");
     boat.MoveLeft();
 }