More text implementations

Former-commit-id: 4b664aaf36
This commit is contained in:
2023-01-11 11:08:11 -08:00
parent 94dec52cae
commit 2bd5aa55f8
16 changed files with 160 additions and 31 deletions

View File

@@ -28,6 +28,8 @@ public:
bool HasLock() { return x4_lockHeld; }
const CObjectReference* GetRef() const { return x0_objRef; }
private:
CObjectReference* x0_objRef;
bool x4_lockHeld;