方块拼图完整版
This commit is contained in:
@@ -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>
|
||||
{
|
||||
// 接口引用将在实现类中注入
|
||||
// 这里先定义基础框架接口结构
|
||||
|
||||
Reference in New Issue
Block a user