mirror of
https://github.com/demostf/sync.git
synced 2026-06-03 10:34:06 +02:00
add dockerfile
This commit is contained in:
parent
6671772d18
commit
40dc4749cf
6 changed files with 21 additions and 1 deletions
3
sync.ts
3
sync.ts
|
|
@ -30,7 +30,8 @@ interface TickPacket {
|
|||
interface PlayPacket {
|
||||
type: 'play';
|
||||
session: string;
|
||||
play: boolean;
|
||||
play?: boolean;
|
||||
tick?: boolean; //old sync server
|
||||
}
|
||||
|
||||
type Packet = JoinPacket | CreatePacket | TickPacket | PlayPacket;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue