Beyond_Beyaan.Data_Modules.BaseSprite.BaseSprite C# (CSharp) Method

BaseSprite() public method

public BaseSprite ( ) : System
return System
        public BaseSprite()
        {
            Frames = new List<Sprite>();
            FrameLength = new List<string>();
            stretchMode = StretchMode.STRETCH;
        }