Exemple #1
0
 private static bool IsRefineryResource_Prefix(Identifiable.Id id, out bool @return)
 {
     @return = IdentifiableHandler.IsPlort(id) || IdentifiableHandler.IsCraft(id) || AmmoRegistry.CheckRefineryResource(id);
     return(false);
 }
 private static bool IsWater_Prefix(out bool @return, Identifiable.Id id)
 {
     @return = IdentifiableHandler.IsWater(id);
     return(false);
 }