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