refactor: rename Camera to PlayerCamera to avoid conflicts with built-in Unity

This commit is contained in:
Théo LUDWIG 2025-02-09 18:27:46 +01:00
parent e3e6c9c036
commit a5cdd3ada1
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
using UnityEngine; using UnityEngine;
public class Camera : MonoBehaviour public class PlayerCamera : MonoBehaviour
{ {
public GameObject playerObject; public GameObject playerObject;