11 lines
213 B
C#
11 lines
213 B
C#
using UnityEngine;
|
|
|
|
public class PlayerController : MonoBehaviour
|
|
{
|
|
|
|
private void Start()
|
|
{
|
|
//InputManager.Instance.XRLeftControllerPrimaryButton_Event += 장보기 목록 온오프 함수
|
|
}
|
|
}
|