| 69 | void ShowSpawnCategoriesPopupForCable(PatchCable* cable); |
| 70 | void SetTempConnection(IClickable* target, ConnectionType connectionType); |
| 71 | QuickSpawnFollower* GetMainContainerFollower() const { return mMainContainerFollower; } |
| 72 | |
| 73 | void KeyPressed(int key, bool isRepeat) override; |
| 74 | void KeyReleased(int key) override; |
no outgoing calls
no test coverage detected