This commit is contained in:
LeeJaeHyun 2024-09-11 14:05:43 +09:00
parent fdb057ad8e
commit 76ea3dc995

View File

@ -4,6 +4,9 @@ using UnityEngine;
public class PlayerController : MonoBehaviour public class PlayerController : MonoBehaviour
{ {
private float h;
private float v;
void Start() void Start()
{ {