Changed the Resources folder structure to match the official one.

This commit is contained in:
Kei-Luna
2026-05-09 17:30:25 +09:00
parent 2d1079a80d
commit 8a7a919d04
25 changed files with 39 additions and 39 deletions

View File

@@ -1,9 +1,9 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
namespace MikuSB.Data.Excel;
// nodecondition.json: NodeConditionId → NodeXCost per sub-node (1-9)
[ResourceEntity("nodecondition.json")]
[ResourceEntity("item/skill/nodecondition.json")]
public class NodeConditionExcel : ExcelResource
{
[JsonProperty("ID")] public uint Id { get; set; }