public bool HasEnoughCook(string pseudo, float cook) { return(m_clientSQL.HasEngoughCook("'" + pseudo + "'", cook)); }