﻿namespace Oni.Totoro
{
    internal class Footstep
    {
        public int Frame;
        public FootstepType Type;
    }
}
