mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-27 11:58:51 +02:00
refactor: rename Camera to PlayerCamera to avoid conflicts with built-in Unity
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Camera : MonoBehaviour
|
||||
public class PlayerCamera : MonoBehaviour
|
||||
{
|
||||
public GameObject playerObject;
|
||||
|
Reference in New Issue
Block a user