6 lines
97 B
C#
6 lines
97 B
C#
using UnityEngine;
|
|
|
|
public class DevCamera : MonoBehaviour
|
|
{
|
|
public float movementScale = 1f;
|
|
}
|