Commit 0d247b01 authored by mercury233's avatar mercury233

fix single mode linkmarker

parent 15acfa2d
...@@ -212,6 +212,7 @@ namespace Percy ...@@ -212,6 +212,7 @@ namespace Percy
public int Defense; public int Defense;
public int LScale; public int LScale;
public int RScale; public int RScale;
public int LinkMarker;
} }
public struct ScriptData public struct ScriptData
{ {
......
...@@ -125,6 +125,7 @@ public class PrecyOcg ...@@ -125,6 +125,7 @@ public class PrecyOcg
retuvalue.RScale = card.RScale; retuvalue.RScale = card.RScale;
retuvalue.Setcode = card.Setcode; retuvalue.Setcode = card.Setcode;
retuvalue.Type = card.Type; retuvalue.Type = card.Type;
retuvalue.LinkMarker = card.LinkMarker;
return retuvalue; return retuvalue;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment