8 lines
180 B
C#
8 lines
180 B
C#
using UnityEngine;
|
|
|
|
namespace BaseGames.Player
|
|
{
|
|
/// <summary>技能管理器。Phase 1 桩 — Phase 2 实现。</summary>
|
|
public class SkillManager : MonoBehaviour { }
|
|
}
|