Implement Neuronics

This commit is contained in:
Kei-Luna
2026-04-28 14:46:06 +09:00
parent 5f92f2c116
commit 1e4d93bab1
7 changed files with 394 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ public class CardExcel : ExcelResource
[JsonProperty("profile")] public List<List<int>> Profile { get; set; } = [];
public List<List<int>> Pieces { get; set; } = [];
public List<int> Attribute { get; set; } = [];
[JsonProperty("SpineID")] public uint SpineId { get; set; }
public override uint GetId()
{
return Icon;