GroupCondition.GroupCondition C# (CSharp) Méthode

GroupCondition() public méthode

public GroupCondition ( ) : System.Collections
Résultat System.Collections
    public GroupCondition()
    {
        this.setStatus = new bool[DataHolder.StatusValueCount];
        this.status = new int[this.setStatus.Length];
        this.effect = new SkillEffect[DataHolder.EffectCount];
    }