forked from Shardstone/trail-into-darkness
10 lines
194 B
C#
10 lines
194 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Nox.Game {
|
|
public class CameraReference : MonoBehaviour {
|
|
public Camera mainCamera;
|
|
public CameraSettings cameraSettings;
|
|
}
|
|
}
|