MTower.Init C# (CSharp) Method

Init() public static method

public static Init ( ) : void
return void
    public static void Init()
    {
        _towerElements = new FAtlasElement[_towerFrameCount];

        for(int e = 0; e<_towerFrameCount; e++)
        {
            _towerElements[e] = Futile.atlasManager.GetElementWithName("Tower_"+e+".png");
        }
    }