예제 #1
0
파일: fish.cpp 프로젝트: lxyyxl638/Fishtank
bool fish::attack(int tx,int ty)
   {
       return plat.attack(tx,ty);
   }