Example #1
0
 public void AddItemDB(ref Dictionary <int, ItemDB> now_DB, ItemDB DB)
 {
     now_DB[DB.Id] = DB;
 }