Exemplo n.º 1
0
 protected MapStatusCharEvent(MapStatusCharEvent other)
 {
     BaseEvent = (SingleCharEvent)other.BaseEvent.Clone();
 }
Exemplo n.º 2
0
 public MapStatusCharEvent(SingleCharEvent effect)
 {
     BaseEvent = effect;
 }