So I'm trying to try get item into inventory using dump.cs offsets and update() thing
I tried many scripts but or ima doing something or something like this they all or doesn't work needs for me or its crashes
I need to modify place1goldcoin bool to true And update() the UI using scripts
Dump.cs:
public class InventorySystem : MonoBehaviour // TypeDefIndex: 2353
{
public bool place1goldcoin; // 0x2C9
// Methods
// RVA: 0x5B94E8 Offset: 0x5B94E8 VA: 0x5B94E8
private void Start() { }
// RVA: 0x5B9534 Offset: 0x5B9534 VA: 0x5B9534
private void Update() { }
// RVA: 0x5BEC90 Offset: 0x5BEC90 VA: 0x5BEC90
public void .ctor() { }
}