using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SampleAnimHandler : MonoBehaviour
{
public void SetObjectRef(UnityEngine.Object obj)
{
Debug.Log (obj);
}
public void SetAnimationEvent (AnimationEvent ev)
{
Debug.Log (ev);
}
}