コード例 #1
0
ファイル: Core.cs プロジェクト: thienha1/EnsoulSharp
 public Core(CommonChampion champion)
     : base(champion)
 {
     koreanPredictionQ = new KoreanPrediction(spells.Q);
     koreanPredictionW = new KoreanPrediction(spells.W, KoreanPredictionTypes.Fast);
 }