From 8281ede9af7f85e5fdb329367e08d787e1783188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Wed, 20 Dec 2023 20:03:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EC=8B=9C=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Service/ChageDeck.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Service/ChageDeck.cs b/Server/Service/ChageDeck.cs index 8ab955e..aee61f5 100644 --- a/Server/Service/ChageDeck.cs +++ b/Server/Service/ChageDeck.cs @@ -10,7 +10,7 @@ namespace Server.Service { return makeResp(); } - + public override Protocol ProtocolValue() => Protocol.ChangeDeck; public override Req Requst(string json)