Network: clean up ticking handling, RakLib only processes on Snooze notification

This commit is contained in:
Dylan K. Taylor
2018-08-02 17:13:34 +01:00
parent 7560880168
commit e43496e7e4
4 changed files with 18 additions and 23 deletions

View File

@@ -63,7 +63,7 @@ interface NetworkInterface{
/**
* Called every tick to process events on the interface.
*/
public function process() : void;
public function tick() : void;
/**
* Gracefully shuts down the network interface.