mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-21 23:19:16 +00:00
remove unused packet chunk decoder
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import Chunk from './chunk';
|
||||
import Packet from './packet';
|
||||
import PacketHeaderChunk from './packet-header-chunk';
|
||||
|
||||
import DataPacketChunk from './data/data-packet-chunk';
|
||||
@@ -18,7 +17,6 @@ import InfoTrackerNameChunk from './info/info-tracker-name-chunk';
|
||||
export const Decoders = {
|
||||
Chunk,
|
||||
PacketHeaderChunk,
|
||||
Packet,
|
||||
DataPacketChunk,
|
||||
DataTrackerChunk,
|
||||
DataTrackerXYZChunk,
|
||||
|
||||
Reference in New Issue
Block a user