규칙 수정

This commit is contained in:
김판돌 2024-03-10 00:41:10 +09:00
parent 96225a1ef0
commit 09c4348c12
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ public class ConsumableItemData : Excel
public long index; public long index;
public string name; public string name;
public eItemType item_type; public eItemType item_type;
public long reward; public int reward;
public override void toJson() public override void toJson()
{ {
} }