using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class UGCAnimationEventKeyFramesDrawer : UGCTimeline.IDrawer
{
    public void Draw(Rect rect)
    {
        throw new System.NotImplementedException();
    }
}
