Advertisement
Guest User

Untitled

a guest
Mar 31st, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. public static SurvivorIndex[] idealSurvivorOrder = new SurvivorIndex[]
  2. {
  3.     SurvivorIndex.Commando,
  4.     SurvivorIndex.Toolbot,
  5.     SurvivorIndex.Huntress,
  6.     SurvivorIndex.Engineer,
  7.     SurvivorIndex.Mage,
  8.     SurvivorIndex.Merc
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement