public Movie(int width, int height, RGB backColor) { this.BackColor = backColor; this.Height = height; this.Width = width; this.Frames = new FrameArray(); }
public DefineSprite() : base(0x27) { this._Frames = new FrameArray(); }