Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace ConsoleApp3
- {
- class Program
- {
- static void Main(string[] args)
- {
- byte level;
- int attack;
- short reputation;
- long lifeOfTheUniverse;
- uint coins;
- float manaPoint;
- double dodgeChance;
- char pictureNumber;
- string nickName;
- bool isHeroWin;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement