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

public interface IOnJoinedRoom
{
	void OnJoinedRoom();
}