mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-31 20:09:16 +00:00
organize models and new modules
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Chunk } from './chunk';
|
||||
|
||||
export interface PacketHeaderChunk extends Chunk {
|
||||
packet_timestamp?: bigint;
|
||||
version_high?: number;
|
||||
version_low?: number;
|
||||
frame_id?: number;
|
||||
frame_packet_count?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user