관심좀...


bool CanSex(Girl* girl)

{

    if (girl != nullptr)

        return false;


    return false;

}