Commit c38ec167 authored by mercury233's avatar mercury233 Committed by nanahira

fix single mode linkmarker

parent 402aa0e3
Pipeline #55 passed with stages
in 15 minutes and 36 seconds
......@@ -212,6 +212,7 @@ namespace Percy
public int Defense;
public int LScale;
public int RScale;
public int LinkMarker;
}
unsafe static class dll
{
......
......@@ -123,6 +123,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