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