Files
MoonPro.net/MP-Site/App_Start/MP_Startup.cs
T
Samuele E. Locatelli 7c2ccbb6d7 Fix bundle e master
2018-11-10 10:08:14 +01:00

13 lines
208 B
C#

using SteamWare;
namespace MP_SITE
{
public class MP_Startup
{
public static void Init()
{
// inizializzo appConf prima di tutto il resto...
memLayer.ML.resetAppConf();
}
}
}