Пример #1
0
 public bool UpdateGold(int playerid, int gold)
 {
     return(inventoryDAO.UpdateGold(playerid, gold));
 }