using System.Collections; using System.Collections.Generic; using UnityEngine; using SiegeSong; namespace SiegeSong { public class CameraMount : MonoBehaviour { //public bool Is void Start() { } void Update() { } } }