Files
MoonPro.net/MP-ADM/App_Start/MP_Startup.cs
T
2018-11-06 12:24:39 +01:00

13 lines
207 B
C#

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