Neon1x1st

1st homework RE

Mar 3rd, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.43 KB | None | 0 0
  1. using System;
  2.  
  3. namespace ConsoleApp6
  4. {
  5.     class Program
  6.     {
  7.         static void Main(string[] args)
  8.         {
  9.             int health;
  10.             float damage;
  11.             bool checkGrounde;
  12.             double armor;
  13.             byte enemyCount;
  14.             sbyte enemyDamage;
  15.             long enemyArmor;
  16.             ulong enemyJumpForce;
  17.             short npcCount;
  18.             uint npcRespawnTime;
  19.         }
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment