Skip to content

kovalcik pull#26

Open
mato-2009 wants to merge 32 commits into
AppsLab-sk:mainfrom
mato-2009:main
Open

kovalcik pull#26
mato-2009 wants to merge 32 commits into
AppsLab-sk:mainfrom
mato-2009:main

Conversation

@mato-2009

Copy link
Copy Markdown

No description provided.

@mato-2009

Copy link
Copy Markdown
Author
if (string.IsNullOrEmpty(playerName))
{
    return false;
}
if (playerAge < 18)
{
    return false;
}
return true;

}
if (playerHealth <= 0)
{
return true;
}
return false;
if (hasKey && knowsPassword)
{
return true;
}

return false;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant