using System.Collections; using System.Collections.Generic; using UnityEngine; namespace SiegeSong { public class WorldObjectUnloader : MonoBehaviour { public bool IsInterior; public string Output; public void UnloadAll() { } void Start() { } void Update() { } } }