feat(Core/scripts): expose Halaa slider value and owner setter

This commit is contained in:
55Honey
2022-12-30 22:29:19 +01:00
committed by GitHub
parent 9613587ec4
commit 718454fd48
2 changed files with 12 additions and 0 deletions

View File

@@ -324,6 +324,8 @@ public:
void HandleKillImpl(Player* player, Unit* killed) override;
OPvPCapturePointNA* GetCapturePoint() { return m_obj; }
private:
OPvPCapturePointNA* m_obj;
};