A blog for United As One to use for helpful news, information and resources to help in DC Legends
This was just posted on the DC Legends Twitter (X) account: "We've made the difficult decision to close DC Legends. As of today, th...
void DeployHack()
{
if(!CheckForBatman())
TakeOver();
}
bool CheckForBatman()
if(batmanIsPatrolling)
return true;
return false;
No comments:
Post a Comment