projects
/
ROUNDS
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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(); }