网格功能

This commit is contained in:
2025-11-20 18:07:15 +08:00
parent 7912de9384
commit 76809a829e
24 changed files with 1685 additions and 537 deletions
@@ -0,0 +1,16 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace AibisDream
{
/// <summary>
/// BlockPuzzle游戏系统
/// 整合所有子系统的核心控制器
/// </summary>
public class BlockPuzzleSystem : MonoBehaviour
{
// 接口引用将在实现类中注入
// 这里先定义基础框架接口结构
}
}