示例#1
0
 public ComboDamageTypeModifier(ModifierInfo info, Entity casterEntity,
                                Entity targetEntity, Environment environment,
                                CollectionOfInteractions modifierInteractionCollection) : base(info, casterEntity, targetEntity, environment, modifierInteractionCollection)
 {
     this.info = (ComboDamageTypeModifierInfo)info;
     targetDamageTypeComponent = targetEntity.GetComponent <DamageTypeComponent>();
 }