コード例 #1
0
 public bool HasEnoughCook(string pseudo, float cook)
 {
     return(m_clientSQL.HasEngoughCook("'" + pseudo + "'", cook));
 }