Ejemplo n.º 1
0
 public static void OnLoad()
 {
     PUtil.LogModInit();
     options = new FastSaveOptions();
     POptions.RegisterOptions(typeof(FastSaveOptions));
     PUtil.RegisterPostload(OnPostLoad);
 }
Ejemplo n.º 2
0
        public static void OnLoad()
        {
            PUtil.InitLibrary();
            options = new FastSaveOptions();
            POptions.RegisterOptions(typeof(FastSaveOptions));
#if false
            PUtil.RegisterPostload(OnPostLoad);
#endif
        }