Ejemplo n.º 1
0
 public bool TryGetCraftingTable(int id, out CraftingTable table)
 {
     return(this.CraftingTables.TryGetValue(id, out table));
 }