Fixing prettier setup on messages
This commit is contained in:
parent
1ed10b0cdd
commit
36f5d42668
5 changed files with 5 additions and 7 deletions
|
@ -11,7 +11,7 @@ import {
|
|||
import { WebSocket } from "uWebSockets.js";
|
||||
import { ClientDuplexStream } from "grpc";
|
||||
import { Zone } from "_Model/Zone";
|
||||
import { CharacterTexture} from "../../Messages/JsonMessages/CharacterTexture";
|
||||
import { CharacterTexture } from "../../Messages/JsonMessages/CharacterTexture";
|
||||
|
||||
export type BackConnection = ClientDuplexStream<PusherToBackMessage, ServerToClientMessage>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue