コード例 #1
0
ファイル: ArenaFrame.java プロジェクト: supercube/oop_final
 public void removePortalCard(int id) {
   card_panel.removePortalCard(id);
 }