Guides

Playable Character Biographies

Friday, April 22, 2022

 void DeployHack()

{

        if(!CheckForBatman())

        {

                TakeOver();

        }

}

bool CheckForBatman()

{

        if(batmanIsPatrolling)

        {

                return true;

        }

        return false;

}

No comments:

Post a Comment