using UnityEngine; namespace PSXSplash.Runtime { public class PSXObjectExporter : MonoBehaviour { public void Export() { Debug.Log($"Export: {this.name}"); } } }