Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.44 KB | None | 0 0
  1. // * Scripted BY Mohamed Nader ( MEMES ) .
  2. // * Copyright © 2017-2018 .
  3. // * Reserved To : KonquerGaming .
  4.  
  5. using System;
  6. using System.Collections.Generic;
  7. using System.Linq;
  8. using System.Text;
  9. using KonquerGaming.Game.Attacking;
  10.  
  11. namespace KonquerGaming.MemesSystem
  12. {
  13.     class AttackMemes
  14.     {
  15.         #region --- MAGIC ---
  16.  
  17.         // Warrior \\
  18.         public const double WaveOfBlood = 2.7;
  19.  
  20.         #endregion
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement