Fixing wrong import
This commit is contained in:
parent
805368dd3f
commit
8c93801746
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import {
|
|||
import { WebSocket } from "uWebSockets.js";
|
||||
import { ClientDuplexStream } from "grpc";
|
||||
import { Zone } from "_Model/Zone";
|
||||
import { CharacterTexture } from "../../Services/AdminApi/CharacterTexture";
|
||||
import { CharacterTexture} from "../../Messages/JsonMessages/CharacterTexture";
|
||||
|
||||
export type BackConnection = ClientDuplexStream<PusherToBackMessage, ServerToClientMessage>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue