2026-04-17 장보기 목록 버튼 할당 진행중
This commit is contained in:
10
Assets/02_Scripts/Player/PlayerController.cs
Normal file
10
Assets/02_Scripts/Player/PlayerController.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class PlayerController : MonoBehaviour
|
||||
{
|
||||
|
||||
private void Start()
|
||||
{
|
||||
//InputManager.Instance.XRLeftControllerPrimaryButton_Event += 장보기 목록 온오프 함수
|
||||
}
|
||||
}
|
||||
2
Assets/02_Scripts/Player/PlayerController.cs.meta
Normal file
2
Assets/02_Scripts/Player/PlayerController.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e811ab6255885cc4cba7041d4f936b75
|
||||
Reference in New Issue
Block a user