| 110 | return getGameState().competitorStartDelay; |
| 111 | } |
| 112 | void setCompetitorStartDelay(uint8_t competetorStartDelay) |
| 113 | { |
| 114 | getGameState().competitorStartDelay = competetorStartDelay; |
| 115 | } |
| 116 | |
| 117 | // 0x0052621A |
| 118 | uint16_t getMaxLoanSize() |
no outgoing calls
no test coverage detected