상점 마무리

This commit is contained in:
김판돌 2024-03-24 17:54:54 +09:00
parent 3fc1e5a870
commit c5a72a00fb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations;
namespace Server.SQL
{
public class ConsumableItemData
public class ConsumableItemData
{
[Key]
public long index { get; set; }