Ejemplo n.º 1
0
 public DamageInfo(FightCharacter source, FightCharacter target)
 {
     Source = source;
     Target = target;
 }
Ejemplo n.º 2
0
 public CastInfo(FightCharacter source, string nanoProgram)
 {
     Source      = source;
     NanoProgram = nanoProgram;
 }
Ejemplo n.º 3
0
 public HealingInfo(FightCharacter source, FightCharacter target)
 {
     Source = source;
     Target = target;
 }