Exemplo n.º 1
0
Arquivo: Camp.cs Projeto: betw01/detu
 public JungleMinion(string name, JunMinStats baseStats, LevelTimeGrowth ltg, SmiteBuff sBuff, Buff buf)
 {
     Name        = name;
     BaseStats   = baseStats;
     smiteBuff   = sBuff;
     buff        = buf;
     LevelGrowth = ltg;
 }
Exemplo n.º 2
0
 public JungleMinion(string name, JunMinStats baseStats, LevelTimeGrowth ltg,SmiteBuff sBuff, Buff buf)
 {
     Name = name;
     BaseStats = baseStats;
     smiteBuff = sBuff;
     buff = buf;
     LevelGrowth = ltg;
 }