Exemplo n.º 1
0
 private string ForEffect(EffectData e, Maybe <Member> owner) => InterpolatedCardDescriptions.GenerateEffectDescription(e, owner);
Exemplo n.º 2
0
 private string Description(string s, EffectData e, Maybe <Member> owner) => InterpolatedCardDescriptions.InterpolatedDescription(s, new[] { e }, owner);