mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 08:04:01 +00:00
MoneySync
This commit is contained in:
@@ -10,8 +10,17 @@ public class OtherItemExcel : ExcelResource
|
||||
public uint Detail { get; set; }
|
||||
public uint Particular { get; set; }
|
||||
public uint Level { get; set; }
|
||||
public string LuaType { get; set; } = "";
|
||||
[JsonProperty("UseMode")] public JToken? UseModeRaw { get; set; }
|
||||
[JsonProperty("Param1")] public JToken? Param1Raw { get; set; }
|
||||
[JsonProperty("GMnum")] public JToken? GMnumRaw { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public uint UseMode => ReadUInt(UseModeRaw);
|
||||
|
||||
[JsonIgnore]
|
||||
public uint Param1 => ReadUInt(Param1Raw);
|
||||
|
||||
[JsonIgnore]
|
||||
public uint GMnum => ReadUInt(GMnumRaw);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user