예제 #1
0
 void AddLootTable()
 {
     lootTables.lootTables.Add(new LootTable(lootTables.GetNewTableID()));
     lootTableViewIndex = lootTables.lootTables.Count;
 }