Camfight.Animation.Animation C# (CSharp) Метод

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

public Animation ( string type, ArrayList playseq ) : System
type string
playseq System.Collections.ArrayList
Результат System
        public Animation(string type,ArrayList playseq)
        {
            this.type = type;
            this.seq = playseq;
        }
Animation