예제 #1
0
파일: Func.cs 프로젝트: Dekryptor/Port-1
 internal static void AtoB(Spell spell, Obj_AI_Base T, float Drag = 700f) //Coded By RL244 AtoB Drag 기본값 700f는 빅토르를 위한 것임.
 {
     Pred.AtoB(spell, T, Drag);
 }