Exemple #1
0
 internal static bool IsSweetScentType(this SlotType t)
 {
     return(!(t.IsFishingRodType() || (t & SlotType.Rock_Smash) != 0));
 }
Exemple #2
0
 internal static bool IsSweetScentType(this SlotType t)
 {
     return(!(t.IsFishingRodType() || t.HasFlag(SlotType.Rock_Smash)));
 }