コード例 #1
0
ファイル: FastSavePatches.cs プロジェクト: skairunner/ONIMods
 public static void OnLoad()
 {
     PUtil.LogModInit();
     options = new FastSaveOptions();
     POptions.RegisterOptions(typeof(FastSaveOptions));
     PUtil.RegisterPostload(OnPostLoad);
 }
コード例 #2
0
        public static void OnLoad()
        {
            PUtil.InitLibrary();
            options = new FastSaveOptions();
            POptions.RegisterOptions(typeof(FastSaveOptions));
#if false
            PUtil.RegisterPostload(OnPostLoad);
#endif
        }