From 3031b31024794fdf271a5ac1d94067b70a35d65d Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 10 Dec 2020 13:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=B7=B1=E5=87=BA=E7=9A=84=E7=89=8C?= =?UTF-8?q?=E4=B9=9F=E8=B0=83=E7=94=A8onCardLinkOver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rooms/commands/DiscardCommand.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rooms/commands/DiscardCommand.ts b/src/rooms/commands/DiscardCommand.ts index a63152d..cfe1ed4 100644 --- a/src/rooms/commands/DiscardCommand.ts +++ b/src/rooms/commands/DiscardCommand.ts @@ -8,6 +8,7 @@ import {singleton} from "../../common/Singleton"; import {GameEnv} from "../../cfg/GameEnv"; import {debugRoom} from "../../common/Debug"; import {TurnEndCommand} from "./TurnEndCommand"; +import {Card} from "../schema/Card"; /** * 出牌 @@ -72,6 +73,8 @@ export class DiscardCommand extends Command