Files
Cielonos/Assets/Scripts/MainGame/Characters/Player/View/LockTargetCamera.cs
SoulliesOfficial d15957c719 更新
2025-12-17 04:19:38 -05:00

17 lines
287 B
C#

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()
{
}
}