From 9ecdd47c32c0ca4028cfe55701f49d9d93df979d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=84=9C?= Date: Tue, 6 Feb 2024 12:02:07 +0900 Subject: [PATCH] =?UTF-8?q?=EC=96=B4=EB=93=9C=EB=A0=88=EC=84=9C=EB=B8=94?= =?UTF-8?q?=20=ED=81=AC=EB=A6=BD=ED=86=A0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/System/Abstract.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Server/System/Abstract.cs b/Server/System/Abstract.cs index ec778f8..50bab26 100644 --- a/Server/System/Abstract.cs +++ b/Server/System/Abstract.cs @@ -9,8 +9,6 @@ namespace Server.System public abstract string Process(); public abstract Req Requst(string json); - - public Crypto crypto = new Crypto(); } ///