mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-04-10 21:47:07 +02:00
refactor: rename Camera to PlayerCamera to avoid conflicts with built-in Unity
This commit is contained in:
parent
e3e6c9c036
commit
a5cdd3ada1
@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Camera : MonoBehaviour
|
||||
public class PlayerCamera : MonoBehaviour
|
||||
{
|
||||
public GameObject playerObject;
|
||||
|
Loading…
x
Reference in New Issue
Block a user