OurSonic.TileAnimation.Init C# (CSharp) Method

Init() public method

public Init ( ) : void
return void
        public void Init()
        {
            for (int index = 0; index < AnimatedTileData.DataFrames.Length; index++)
            {
                Frames[index] = new TileAnimationFrame(index, this);
            }
        }
    }