Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace ConsoleApp6
- {
- class Program
- {
- static void Main(string[] args)
- {
- int health;
- float damage;
- bool checkGrounde;
- double armor;
- byte enemyCount;
- sbyte enemyDamage;
- long enemyArmor;
- ulong enemyJumpForce;
- short npcCount;
- uint npcRespawnTime;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment