mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-14 07:09:04 +00:00
HackedNPC code section offset same as Cubot
This commit is contained in:
@@ -433,6 +433,10 @@ public class CPU implements MongoSerializable {
|
||||
this.ip = ip;
|
||||
}
|
||||
|
||||
public int getCodeSectionOffset() {
|
||||
return codeSectionOffset;
|
||||
}
|
||||
|
||||
public void setCodeSectionOffset(int codeSectionOffset) {
|
||||
this.codeSectionOffset = codeSectionOffset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user