예제 #1
0
파일: Func.cs 프로젝트: Dekryptor/Port-1
 internal static void LCast(Spell spell, Obj_AI_Base target, float alpha = 0f, float colmini = float.MaxValue, bool HeroOnly = false, float BombRadius = 0f) //for Linar spells  사용예시 AIO_Func.LCast(Q,Qtarget,50,0)
 {
     Pred.LCast(spell, target, alpha, colmini, HeroOnly, BombRadius);
 }