Torgach

10 variables

Apr 1st, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. int playerHealth;
  2. char questionMark;
  3. string deathMessage;
  4. float playerSpeed = 5.5f;
  5. double enemiesSpeed = 4.95;
  6. bool isDoorOpen;
  7. ushort countOfEnemy;
  8. uint sandsOnTheBeach;
  9. ushort stonesOnTheBeach;
  10. byte numberOfDeaths;
Add Comment
Please, Sign In to add comment