// whether the player is in SSJG, specifically, for now. public static bool IsSSJG(Player player) { return(player.HasBuff(SSJG.GetBuffId())); }
// whether the buff is SSJG, specifically public static bool IsSSJG(BuffInfo buff) { return(SSJG.GetBuffId() == buff.GetBuffId()); }