コード例 #1
0
ファイル: fish.cpp プロジェクト: lxyyxl638/Fishtank
bool fish::attack(int tx,int ty)
   {
       return plat.attack(tx,ty);
   }