Exemplo n.º 1
0
 public PassiveContext(PassiveActive passive, PassiveData passiveEntry, Priority portPriority, Character effectChar)
 {
     Passive      = passive;
     EventData    = passiveEntry;
     PortPriority = portPriority;
     EventChar    = effectChar;
 }
Exemplo n.º 2
0
 public PassiveActive(PassiveActive other)
 {
     ID = other.ID;
 }