예제 #1
0
 public static void CustomOrbwalk(Obj_AI_Base target)
 {
     Orbwalker.Orbwalk(Orbwalker.InAutoAttackRange(target) ? target : null);
 }