##// END OF EJS Templates
Added Impl.Fx
Added Impl.Fx

File last commit:

r3:1e9583086e99 default
r3:1e9583086e99 default
Show More
Animation.cs
15 lines | 213 B | text/x-csharp | CSharpLexer
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Implab.Fx
{
public class Animation
{
int m_duration;
int m_fps;
}
}