Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.41 KB | None | 0 0
  1. using System.Collections.Generic;
  2. using ShinraCo.Spells.Main;
  3.  
  4. namespace ShinraCo.Spells.Opener
  5. {
  6.     public class SummonerOpener
  7.     {
  8.         private static SummonerSpells MySpells { get; } = new SunmmonerSpells();
  9.  
  10.         public List<Spell> Spells = new List<Spell>
  11.         {
  12.             MySpells.RuinII,
  13.             MySpells.TriDisaster,
  14.             MySpells.RuinII,
  15.             MySpells.Role.Swiftcast,
  16.             MySpells.Fester,
  17.             MySpells.SummonIII,
  18.             MySpells.Aetherpact,
  19.             MySpells.Painflare,
  20.             MySpells.RuinII,
  21.             MySpells.DreadwyrmTrance,
  22.             MySpells.RuinIII,
  23.             MySpells.Rouse,
  24.             MySpells.TriDisaster,
  25.             MySpells.RuinIII,
  26.             MySpells.Deathflare,
  27.             MySpells.ShadowFlare,
  28.             MySpells.RuinII,
  29.             MySpells.Enkindle,
  30.             MySpells.Aetherflow,
  31.             MySpells.RuinIII,
  32.             MySpells.RuinII,
  33.             MySpells.Fester,
  34.             MySpells.RuinIII,
  35.             MySpells.RuinII,
  36.             MySpells.Fester,
  37.             MySpells.RuinII,
  38.             MySpells.TriDisaster,
  39.             MySpells.DreadwyrmTrance,
  40.             MySpells.RuinIII,
  41.             MySpells.RuinIII,
  42.             MySpells.RuinIII,
  43.             MySpells.RuinIII,
  44.             MySpells.RuinIII,
  45.             MySpells.RuinIII,
  46.             MySpells.Deathflare,
  47.         };
  48.     }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement