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

public interface ISyncAnimator
{
}