Ejemplo n.º 1
0
 public static int CurrentPlayerKillsOfNpc(int npc_type)
 {
     return(NPCHelpers.CurrentPlayerKillsOfBannerNpc(npc_type));
 }
 public static float LooselyAssessThreat(NPC npc)
 {
     return(NPCHelpers.LooselyAssessThreat(npc));
 }