8 lines
182 B
C#
8 lines
182 B
C#
using UnityEngine;
|
|
|
|
namespace BaseGames.Player
|
|
{
|
|
/// <summary>形态控制器。Phase 1 桩 — Phase 2 实现。</summary>
|
|
public class FormController : MonoBehaviour { }
|
|
}
|