Esempio n. 1
0
        void OnFighterAdded(FightTeam team, FightActor fighter)
        {
            if (fighter != Fighter)
            {
                return;
            }

            fighter.CastAutoSpell(new Spell((int)SpellIdEnum.SAC_RIFICE, (byte)fighter.Level), fighter.Cell);
        }
Esempio n. 2
0
 private void OnGetAlive(FightActor fighter)
 {
     fighter.CastAutoSpell(BrainRecord.Spell, fighter.Cell);
 }