BloodAndGore/Assets/Scripts/Util/CameraHelper.cs

14 lines
255 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Saltosion.OneWeapon {
public class CameraHelper : MonoBehaviour {
private void Start() {
}
private void Update() {
}
}
}