Update NetworkManager.md (#2114)

As of commit b36c347200 `OnStartHost` is called after `OnStartServer`
This commit is contained in:
Daniel McGuinness 2020-07-30 02:20:52 -07:00 committed by GitHub
parent 92bc3c3150
commit 14017fa644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ A game can be running in one of three modes, host, client, or server-only. The c
When the host is started:
- `Start()` function is called
- `OnStartHost`
- `OnStartServer`
- `OnStartHost`
- `OnServerConnect`
- `OnStartClient`
- `OnClientConnect`