PlayerGhosts: { decode(input,
length?) => PlayerGhosts; encode(message,
writer?) => Writer; }
Type declaration
-
decode:function
- decode(input, length?): PlayerGhosts
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
- encode(message, writer?): Writer
-
Returns Writer