Merge conflict resolution

This commit is contained in:
Dylan K. Taylor
2017-04-27 14:27:29 +01:00
9 changed files with 151 additions and 20 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;
}