Example #1
0
 void InvokeSummon()
 {
     if (null == player.attackTarget)
     {
         isForce = true;
     }
     else
     {
         fightTouchIns.InvokeSummon(summonIndex);
     }
 }