Mercurial > pub > ImplabNet
view Implab.Fx/Animation.cs @ 3:1e9583086e99
Added Impl.Fx
author | cin |
---|---|
date | Fri, 13 Sep 2013 12:54:28 +0400 |
parents | |
children | 381095ad0a69 |
line wrap: on
line source
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Implab.Fx { public class Animation { int m_duration; int m_fps; } }