Files
Cielonos/Assets/Scripts/MainGame/Characters/Player/View/LockTargetCamera.cs

17 lines
287 B
C#
Raw Normal View History

2025-12-17 04:19:38 -05:00
using UnityEngine;
public class LockTargetCamera : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}