PJ/Assets/scripts/CameraShake.cs

8 lines
138 B
C#
Executable file

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CameraShake : MonoBehaviour
{
}