예제 #1
0
    public float GetDuration()
    {
        Vector3 pos = this.BeAttackerPos.Count > 0 ? Hexagon.GetHex3DPos(this.BeAttackerPos[0], Space.World) : Vector3.zero;

        return(SkillGameManager.GetSkillDuration(this.SkillId, this.AttackerId, this.BeAttackerId, pos));
    }