9 lines
134 B
C#
9 lines
134 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace Gameplay.Player
|
||
|
{
|
||
|
public class PlayerConnectionLineController : MonoBehaviour
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|