コード例 #1
0
ファイル: db.mysql.cs プロジェクト: x-plora/miakro911
 public Dictionary <string, int> GetDeadChildrenCount(int rid, Rabbit.SexType parentSex)
 {
     return(RabbitGetter.GetDeadChildrenCount(sql, rid, parentSex));
 }