Commit 0d247b01 authored by mercury233's avatar mercury233

fix single mode linkmarker

parent 15acfa2d
......@@ -212,6 +212,7 @@ namespace Percy
public int Defense;
public int LScale;
public int RScale;
public int LinkMarker;
}
public struct ScriptData
{
......
......@@ -125,6 +125,7 @@ public class PrecyOcg
retuvalue.RScale = card.RScale;
retuvalue.Setcode = card.Setcode;
retuvalue.Type = card.Type;
retuvalue.LinkMarker = card.LinkMarker;
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