コード例 #1
0
ファイル: MarioClearPipe.cs プロジェクト: Cruor/PandorasBox
        public static void Load()
        {
            InteractionRegistry.Add(new HoldableInteraction());
            InteractionRegistry.Add(new PlayerInteraction());
            InteractionRegistry.Add(new PufferInteraction());

            InteractionRegistry.Load();
        }
コード例 #2
0
ファイル: MarioClearPipe.cs プロジェクト: Cruor/PandorasBox
 public static void Unload()
 {
     InteractionRegistry.Unload();
 }