mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-01 00:21:28 +00:00
Add a Getter for ActiveShareTask
This commit is contained in:
parent
e99354223d
commit
70bdd35b69
@ -185,6 +185,8 @@ public:
|
||||
|
||||
inline bool HasFreeTaskSlot() { return ActiveTask.TaskID == TASKSLOTEMPTY; }
|
||||
|
||||
inline SharedTaskState *GetSharedTask() { return ActiveSharedTask ; }
|
||||
|
||||
friend class TaskManager;
|
||||
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user