コード例 #1
0
ファイル: Pipe.java プロジェクト: GeorgeZhuo/FlappyBird
 public Pipe(String orientation) {
   this.orientation = orientation;
   reset();
 }