-
-
Save xjncx/ca0cc28654a739cbec2b1589ae0f4ceb to your computer and use it in GitHub Desktop.
hometask#1_vars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
char mailSign; | |
uint playerHealth; | |
int playerHeight; | |
float playerSpeed | |
string welcomeMessage; | |
byte enemyCounter; | |
double enemySpeed; | |
byte potionsCounter; | |
bool levelCompleted; | |
short abillityLevel; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment