13 lines
252 B
C#
13 lines
252 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class SetCameraPR : MonoBehaviour
|
||
|
|
{
|
||
|
|
void Start()
|
||
|
|
{
|
||
|
|
//SceneLoader sl = FindObjectOfType<SceneLoader>();
|
||
|
|
//sl.SetCameraPosition();
|
||
|
|
}
|
||
|
|
}
|