Adds number to database
db.add(database, value[number])
// health = 5 db.add("health", 10) // health = 15
Last updated 3 years ago
Was this helpful?