コード例 #1
0
ファイル: World.java プロジェクト: Esaych/Hoops
 public void incLife(int l) {
   lives.incLife(l);
 }