mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 13:50:01 -04:00
add npm stuff, dist/
folder
This commit is contained in:
parent
ac3a135fff
commit
15304a80fe
22 changed files with 50951 additions and 11 deletions
8
dist/client/src/DevWsTransport.d.ts
vendored
Normal file
8
dist/client/src/DevWsTransport.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { Transport } from "protocol";
|
||||
export declare class DevWsTransport extends Transport {
|
||||
ws: WebSocket;
|
||||
constructor(onopen: () => void, onclose: () => void);
|
||||
onmessage(msg: MessageEvent<any>): void;
|
||||
send(data: ArrayBuffer): void;
|
||||
close(): void;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue