FECipherVit.UseSkill.UseSkill C# (CSharp) Method

UseSkill() public method

public UseSkill ( string _CardInfo, FECipherVit Owner, bool isSupportSkill ) : System
_CardInfo string
Owner FECipherVit
isSupportSkill bool
return System
        public UseSkill(string[] _CardInfo, FECipherVit Owner, bool isSupportSkill)
        {
            InitializeComponent();
            CardInfo = _CardInfo;
            this.Owner = Owner;
            if (isSupportSkill)
            {
                pos = 17;
            }
            else
            {
                pos = 16;
            }
        }