Use short class names for unhandled packet logging, added some documentation

This commit is contained in:
Dylan K. Taylor
2017-04-27 12:16:24 +01:00
parent 6ef132e468
commit 84ec944b6b
4 changed files with 20 additions and 9 deletions

View File

@ -292,6 +292,4 @@ interface NetworkSession{
public function handleStopSound(StopSoundPacket $packet) : bool;
public function handleSetTitle(SetTitlePacket $packet) : bool;
public function handleUnknown(UnknownPacket $packet) : bool;
}