Terraria.ModLoader.ModHooks.ModifyInterfaceLayers C# (CSharp) Method

ModifyInterfaceLayers() static private method

static private ModifyInterfaceLayers ( List layers ) : void
layers List
return void
        internal static void ModifyInterfaceLayers(List<MethodSequenceListItem> layers)
        {
            foreach (Mod mod in ModLoader.mods.Values)
            {
                mod.ModifyInterfaceLayers(layers);
            }
        }