8 lines
190 B
C#
8 lines
190 B
C#
using UnityEngine;
|
|
|
|
namespace BaseGames.Player
|
|
{
|
|
/// <summary>治愈弹簧系统。Phase 1 桩 — Phase 1 Week 3 实现。</summary>
|
|
public class SpringSystem : MonoBehaviour { }
|
|
}
|