예제 #1
0
파일: Func.cs 프로젝트: Dekryptor/Port-1
 internal static void FleeToPosition(Spell spell, string W = "N") // N 정방향, R 역방향.
 {
     Pred.FleeToPosition(spell, W);
 }