1 2 3 4 5 6
namespace Photon.Pun.Simple; public interface IOnPreNetDestroy { void OnPreNetDestroy(NetObject roothNetObj); }