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