Latest packet handling, parsing, enums, generators, etc..
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {UUID} from './UUID';
|
||||
import {MessageDecoder} from './MessageDecoder';
|
||||
|
||||
export class Circuit
|
||||
{
|
||||
@@ -8,4 +9,10 @@ export class Circuit
|
||||
udpBlacklist: string[];
|
||||
timestamp: number;
|
||||
seedCapability: string;
|
||||
decoder: MessageDecoder;
|
||||
|
||||
constructor()
|
||||
{
|
||||
this.decoder = new MessageDecoder();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user