chore: initial commit
This commit is contained in:
7
Assets/Scripts/Player/SkillManager.cs
Normal file
7
Assets/Scripts/Player/SkillManager.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace BaseGames.Player
|
||||
{
|
||||
/// <summary>技能管理器。Phase 1 桩 — Phase 2 实现。</summary>
|
||||
public class SkillManager : MonoBehaviour { }
|
||||
}
|
||||
Reference in New Issue
Block a user