Files
2025TapTapGameJam/Assets/Script/Gameplay/Player/PlayerConnectionLineController.cs

9 lines
134 B
C#

using UnityEngine;
namespace Gameplay.Player
{
public class PlayerConnectionLineController : MonoBehaviour
{
}
}