예제 #1
0
파일: Ezreal.cs 프로젝트: wade1990/PortAIO
 protected override void OnMixed()
 {
     EzrealQ.ExecuteLogic();
     EzrealW.ExecuteLogic();
 }
예제 #2
0
파일: Ezreal.cs 프로젝트: wade1990/PortAIO
 protected override void OnLaneClear()
 {
     EzrealQ.ExecuteFarmLogic();
 }
예제 #3
0
파일: Ezreal.cs 프로젝트: wade1990/PortAIO
 protected override void OnCombo()
 {
     EzrealQ.ExecuteLogic();
     EzrealW.ExecuteLogic();
     EzrealR.ExecuteLogic();
 }