Exemple #1
0
 public JungleMinion(string name, JunMinStats baseStats, LevelTimeGrowth ltg, SmiteBuff sBuff, Buff buf)
 {
     Name        = name;
     BaseStats   = baseStats;
     smiteBuff   = sBuff;
     buff        = buf;
     LevelGrowth = ltg;
 }
Exemple #2
0
 public JungleMinion(string name, JunMinStats baseStats, LevelTimeGrowth ltg,SmiteBuff sBuff, Buff buf)
 {
     Name = name;
     BaseStats = baseStats;
     smiteBuff = sBuff;
     buff = buf;
     LevelGrowth = ltg;
 }