| 56 | } |
| 57 | |
| 58 | pair<ByteArray, uint64_t> ServerWeather::writeUpdate(uint64_t fromVersion, NetCompatibilityRules rules) { |
| 59 | setNetStates(); |
| 60 | return m_netGroup.writeNetState(fromVersion, rules); |
| 61 | } |
| 62 | |
| 63 | void ServerWeather::update(double dt) { |
| 64 | spawnWeatherProjectiles(dt); |
nothing calls this directly
no test coverage detected