DeleteCreatureWithThreshold() 공개 메소드

public DeleteCreatureWithThreshold ( int killThreshold ) : void
killThreshold int
리턴 void
예제 #1
0
 public static void deleteCreatureWithThreshold(int killThreshold)
 {
     activeHunt.DeleteCreatureWithThreshold(killThreshold);
     LootDatabaseManager.UpdateLoot();
 }