summaryrefslogtreecommitdiff
path: root/ROUNDS/Photon.Pun.Simple/IOnPreNetDestroy.cs
blob: 34aac8ab1dc9c03318425d792e71f330525a4e81 (plain)
1
2
3
4
5
6
namespace Photon.Pun.Simple;

public interface IOnPreNetDestroy
{
	void OnPreNetDestroy(NetObject roothNetObj);
}