Open ivancea opened 3 months ago
Related with https://github.com/ivancea/MTGRules_Android/issues/26, as now we need to know the rules set of each diff part.
The first step for this, would be to convert the plain rules structure being used as diff, to a real diff list. Something like:
{ from: rule+ruleset | null to: rule+ruleset | null }
Related with https://github.com/ivancea/MTGRules_Android/issues/26, as now we need to know the rules set of each diff part.
The first step for this, would be to convert the plain rules structure being used as diff, to a real diff list. Something like: