13 lines
160 B
C#
13 lines
160 B
C#
using UnityEngine;
|
|
|
|
public class PlayerCamera : MonoBehaviour{
|
|
void Start(){
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void LateUpdate(){
|
|
|
|
}
|
|
}
|