方块拼图完整版

This commit is contained in:
2025-12-08 19:54:35 +08:00
parent 6ca3e4a60f
commit 07c9a5ff50
58 changed files with 3598 additions and 2081 deletions
@@ -1,6 +1,4 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using AibisDream.Kit;
namespace AibisDream
{
@@ -8,7 +6,7 @@ namespace AibisDream
/// BlockPuzzle游戏系统
/// 整合所有子系统的核心控制器
/// </summary>
public class BlockPuzzleSystem : MonoBehaviour
public class BlockPuzzleSystem : Singleton<BlockPuzzleSystem>
{
// 接口引用将在实现类中注入
// 这里先定义基础框架接口结构