using System.Collections; using System.Collections.Generic; using UnityEngine; using SiegeSong; namespace SiegeSong { public class Interior : MonoBehaviour { public DangerLevel DangerLevel; public InteriorType Type; public List WorldObjects; void Start() { } void Update() { } } }