chore(): 修改了Gameplay接口的名称空间,添加Test场景专门摆放展示预制体的功能

This commit is contained in:
2025-10-20 09:02:15 +08:00
parent bc6e0277f8
commit 06b253da24
15 changed files with 14 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using Gameplay.Player;
using UnityEngine;
using Interface;
using Script.Gameplay.Interface;
using Script.Gameplay.Connect;
namespace Script.Gameplay.Facility