Files
project-reset/Assets/Scripts/Player/PlayerCamera.cs
2025-03-12 14:22:16 -04:00

13 lines
160 B
C#

using UnityEngine;
public class PlayerCamera : MonoBehaviour{
void Start(){
}
// Update is called once per frame
void LateUpdate(){
}
}