FECipherVit.UseSkill.UseSkill C# (CSharp) Метод

UseSkill() публичный Метод

public UseSkill ( string _CardInfo, FECipherVit Owner, bool isSupportSkill ) : System
_CardInfo string
Owner FECipherVit
isSupportSkill bool
Результат System
        public UseSkill(string[] _CardInfo, FECipherVit Owner, bool isSupportSkill)
        {
            InitializeComponent();
            CardInfo = _CardInfo;
            this.Owner = Owner;
            if (isSupportSkill)
            {
                pos = 17;
            }
            else
            {
                pos = 16;
            }
        }