Exemplo n.º 1
0
 public static string GetName(Need __instance)
 {
     if (ByPawn)
     {
         return(__instance.GetType().Name + " " + __instance.pawn.Name);
     }
     else
     {
         return(__instance.GetType().Name);
     }
 }