From c5a72a00fb0d6282070af7cf403fb6655c92b2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Sun, 24 Mar 2024 17:54:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=EC=A0=90=20=EB=A7=88=EB=AC=B4?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/SQL/ConsumableItemData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/SQL/ConsumableItemData.cs b/Server/SQL/ConsumableItemData.cs index 59fcbe3..727a783 100644 --- a/Server/SQL/ConsumableItemData.cs +++ b/Server/SQL/ConsumableItemData.cs @@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations; namespace Server.SQL { - public class ConsumableItemData + public class ConsumableItemData { [Key] public long index { get; set; }