public static bool IsValid(FatBomb bomb) { return(!bomb.Active); }
public static bool IsValid(FatBomb bomb) { return !bomb.Active; }