示例#1
0
 public AttackMessage(AttackObject attack, HealthController target)
 {
     Attack = attack;
     Target = target;
 }
示例#2
0
 public AttackMessage(AttackObject attack, AttackController source)
 {
     Attack = attack;
     Source = source;
 }