public void Update() { readData = Memory.ReadByteArray(address, Phoenix.NetVars.MaxValue() + Marshal.SizeOf(typeof(Vector3D))); }
public void Update() { _readData = Memory.ReadByteArray(_address, 0x100); }
public void Update() { readData = Memory.ReadByteArray(address, 0x14F4); }