static void Postfix(FarmAreaJob __instance, ref NPCBase.NPCState state)
 {
     // Log.WriteWarning("FarmAreaJobHookOnNPCAtJob::Postfix");
     npc = null;
 }
 static void Postfix(FarmAreaJob __instance, ref NPCBase.NPCState state)
 {
     DebugLog.Write(MethodBase.GetCurrentMethod().DeclaringType + "::" + MethodBase.GetCurrentMethod().Name);
     npc = null;
 }