Exemplo n.º 1
0
 internal static void AddOrderData(string championName, SpellSlot spellSlot, CastingOrder castingOrder)
 {
     OrderDataList.Add(new OrderData {
         ChampionName = championName, SpellSlot = spellSlot, CastingOrder = castingOrder
     });
 }
Exemplo n.º 2
0
 internal static void AddOrderData(string championName, SpellSlot spellSlot, CastingOrder castingOrder)
 {
     OrderDataList.Add(new OrderData { ChampionName = championName, SpellSlot = spellSlot, CastingOrder = castingOrder });
 }