コード例 #1
0
    private void AttemptInvokation(int selection)
    {
        state           = PlayerState.Attempt;
        currentInvoking = selection;
        Unit u = units[currentInvoking];

        msg.Attempt(u.GetSequence(), u.health, u.damage, u.sprite);
    }