|
Barotrauma Client Doc
|
Public Member Functions | |
| void | RetrieveServers (Action< ServerInfo > onServerDataReceived, Action onQueryCompleted) |
| abstract void | Cancel () |
Protected Member Functions | |
| abstract void | RetrieveServersImpl (Action< ServerInfo > onServerDataReceived, Action onQueryCompleted) |
Definition at line 7 of file ServerProvider.cs.
|
pure virtual |
| void Barotrauma.ServerProvider.RetrieveServers | ( | Action< ServerInfo > | onServerDataReceived, |
| Action | onQueryCompleted | ||
| ) |
Definition at line 9 of file ServerProvider.cs.
|
protectedpure virtual |