mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-04-17 18:56:18 +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;
|
using UnityEngine;
|
||||||
|
|
||||||
public class Camera : MonoBehaviour
|
public class PlayerCamera : MonoBehaviour
|
||||||
{
|
{
|
||||||
public GameObject playerObject;
|
public GameObject playerObject;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user