13 lines
207 B
C#
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();
|
|
}
|
|
}
|
|
} |