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