﻿namespace Oni.Totoro
{
    internal class KeyFrame
    {
        public int Duration;
        public Vector4 Rotation;
    }
}
