Exemplo n.º 1
0
 protected FamilyMatchupEvent(FamilyMatchupEvent other)
 {
     BaseEvent = (FamilyMatchupEvent)other.BaseEvent.Clone();
 }
Exemplo n.º 2
0
 public FamilyMatchupEvent(ElementEffectEvent baseEvent)
 {
     BaseEvent = baseEvent;
 }