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