示例#1
0
void ClientSocket::readHit(DataReader r)
{
	int id = r.readInt();
	float x=r.readFloat(), y=r.readFloat();
	g.destroyBullet(id,x,y);
}