Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ConsoleApp13
- {
- class Program
- {
- static void Main(string[] args)
- {
- int Health = 100;
- float Armor = 50f;
- bool is_Undead = false;
- char index = 'A';
- sbyte fireResist = -50;
- short frostResist_1 = 10;
- String name = "Bot";
- long bossHealth = 92222387645299;
- double lightningResist = 24.5;
- decimal price = 10.95m;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment