B4CDEF81-4A09-40DC-A3FC-58642B157652
using System; using UnityEngine; public class GoodbyeHandler : IDisposable { public void Dispose() { Debug.Log("Goodbye World!"); } }