Files
2024-09-22 21:45:37 +02:00

16 lines
169 BLFS
C#

using UnityEngine;
using UnityEngine.Video;
namespace CloudPlayer
{
[RequireComponent(typeof(VideoPlayer))]
public class CloudPlayer : MonoBehaviour
{
}
}