Falco Engine 3.9.0.1 (beta)
VideoClip.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
7namespace FalcoEngine
8{
9 public class VideoClip : Asset
10 {
11 internal VideoClip() { }
12 }
13}