something along the lines of ```py class Player(MemoryObject): get_location = Function(0x20, returns=Vec3()) pos = Player(0x123).get_location() ```
something along the lines of