Stuff
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class GameCamera : MonoBehaviour
|
||||
{
|
||||
public static GameObject gObject;
|
||||
|
||||
private void Start()
|
||||
{
|
||||
gObject = gameObject;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user