Skip to content

Instantly share code, notes, and snippets.

@Hellhackee
Last active November 19, 2020 19:32
Show Gist options
  • Save Hellhackee/86b536ca7f7eb943ae3af46e9b0a3563 to your computer and use it in GitHub Desktop.
Save Hellhackee/86b536ca7f7eb943ae3af46e9b0a3563 to your computer and use it in GitHub Desktop.
CS Light Lesson 1.1 (variables)
ushort coinsCount;
float currentTime;
string characterName;
bool isDead;
uint enemyDamage;
double cooldownBetweenAttacks;
int speed;
byte armor;
char enemyLabel;
short health;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment