add send packet function
This commit is contained in:
@@ -19,7 +19,7 @@ type Offset struct {
|
||||
KeyBindingsSkillsOffset uintptr
|
||||
}
|
||||
|
||||
func calculateOffsets(process Process) Offset {
|
||||
func calculateOffsets(process *Process) Offset {
|
||||
// ignoring errors, always best practices
|
||||
memory, _ := process.getProcessMemory()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user