Ejemplo n.º 1
0
 protected override void Awake()
 {
     base.Awake();
     m_combatant            = GetComponentInChildren <CombatantComponent>() ?? GetComponentInParent <CombatantComponent>();
     GetPowerLevel          = GetCombatantLevel;
     lastRumor              = null;
     lastOtherFactionMember = null;
     lastAura = null;
 }
Ejemplo n.º 2
0
 public void OnEnterAura(AbstractAuraTrigger aura)
 {
     lastAura = aura;
     StartEvent(eventInteractions.enterAura);
 }