|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.GameContent.Creative.CreativeItemSacrificesCatalog:Public Member Functions | |
| void | Initialize () |
| bool | TryGetSacrificeCountCapToUnlockInfiniteItems (int itemId, out int amountNeeded) |
| CreativeItemSacrificesCatalog () | |
Static Public Attributes | |
| static CreativeItemSacrificesCatalog | Instance |
Properties | |
| Dictionary< int, int > | SacrificeCountNeededByItemId [get, set] |
Static Private Member Functions | |
| static | CreativeItemSacrificesCatalog () |
Private Attributes | |
| Dictionary< int, int > | _sacrificeCountNeededByItemId |
Definition at line 12 of file CreativeItemSacrificesCatalog.cs.