| 90 | bool IsValidTarget(IClickable* target) const; |
| 91 | void Destroy(bool fromUserClick); |
| 92 | void SetTempDrawTarget(IClickable* target) { mTempDrawTarget = target; } |
| 93 | void ShowQuickspawnForCable(); |
| 94 | IClickable* GetDropTarget(); |
| 95 |
no outgoing calls
no test coverage detected