| 
    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 
   | 
 
 Inheritance diagram for Terraria.EquipmentLoadout:
 Collaboration diagram for Terraria.EquipmentLoadout:Public Member Functions | |
| EquipmentLoadout () | |
| void | Serialize (BinaryWriter writer) | 
| void | Deserialize (BinaryReader reader, int gameVersion) | 
| void | Swap (Player player) | 
| void | TryDroppingItems (Player player, IEntitySource source) | 
| void | FixLoadedData () | 
Public Attributes | |
| Item[] | Armor | 
| Item[] | Dye | 
| bool[] | Hide | 
Private Member Functions | |
| Item[] | CreateItemArray (int length) | 
Definition at line 11 of file EquipmentLoadout.cs.