Beyond_Beyaan.Data_Modules.BaseSprite.BaseSprite C# (CSharp) 메소드

BaseSprite() 공개 메소드

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