| 96 | } |
| 97 | |
| 98 | void QuickSpawnMenu::SetTempConnection(IClickable* target, ConnectionType connectionType) |
| 99 | { |
| 100 | mMainContainerFollower->mTempConnectionCable->SetConnectionType(connectionType); |
| 101 | mMainContainerFollower->mTempConnectionCable->SetTarget(target); |
| 102 | mMainContainerFollower->mTempConnectionCable->SetShowing(true); |
| 103 | } |
| 104 | |
| 105 | void QuickSpawnMenu::ResetAppearPos() |
| 106 | { |
no test coverage detected