16 lines
169 BLFS
C#
16 lines
169 BLFS
C#
|
|
|
|
|
|
using UnityEngine;
|
|
using UnityEngine.Video;
|
|
|
|
namespace CloudPlayer
|
|
{
|
|
|
|
[RequireComponent(typeof(VideoPlayer))]
|
|
public class CloudPlayer : MonoBehaviour
|
|
{
|
|
|
|
}
|
|
|
|
} |