HackedNPC code section offset same as Cubot

This commit is contained in:
simon
2018-12-23 12:47:32 -05:00
parent 0973548b71
commit 0dbec1d258
2 changed files with 5 additions and 1 deletions

View File

@@ -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;
}